Skip to content

swinton/code-scanning-playground

Repository files navigation

code-scanning-playground

👋 🌎 a playground for Code Scanning 🎢

Contents

About

This is a template repo, demonstrating GitHub's Code Scanning capability, using ESLint to generate a "code scanning alert" in GitHub's Security tab:

example

How it works

Getting started

  1. Register for the code scanning beta here
  2. Generate a copy of this repo
  3. Push a commit -- it can even be an empty commit (git commit --allow-empty)
  4. Observe as a new security alert is generated

Additional resources