Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 3.06 KB

README.md

File metadata and controls

37 lines (31 loc) · 3.06 KB

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