pwa-builder / PWABuilder-CLI

Node.js tool for App Generation
Other
1.62k stars 142 forks source link

Add CodeQL security scanning #352

Closed jhutchings1 closed 4 years ago

jhutchings1 commented 4 years ago

Hi, I'm a PM on the GitHub security team. This repository is eligible to try the new GitHub Advanced Security code scanning beta.

Code scanning runs a static analysis tool called CodeQL which scans your code at build time to find any potential security issues. We've tuned the set of queries to be only the most severe, most precise issues. We'll show alerts in the security tab, and we'll show alerts for any net new vulnerabilities on pull requests as well. We've tried to make this super developer friendly, but we'd love your feedback as we work through the beta.

If you're interested in trying it out, you can merge this pull request to set up the Actions workflow.

jhutchings1 commented 4 years ago

The build here is working, and it didn't find any known security issues. If you'd like to try this out, just merge this and it'll run on subsequent changes. Thanks!

JudahGabriel commented 4 years ago

We'll try it out. Thanks.