mirror of
https://github.com/gosticks/brew.git
synced 2026-08-13 05:00:20 +00:00
workflows: Add Code Scanning
- https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning - I just joined the Code Scanning team at work and I figured I'd test out the actual product in the real world by seeing what things it points out for Homebrew, a reasonably large Ruby project. - This adds a config file to exclude `Library/Homebrew/vendor` as we can't fix problems within gems. :-)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
paths-ignore:
|
||||
- Library/Homebrew/vendor/
|
||||
Reference in New Issue
Block a user