monzo / response

Monzo's real-time incident response and reporting tool ⚡️
MIT License
1.53k stars 165 forks source link

Add CodeQL security scanning #213

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

This change is ready for review. The build is working in my fork, and it didn't flag any security issues. If you're happy with it, you can merge to add the analysis going forward.