ci: add managed security scan workflow (Terraform) #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Managed by Terraform (github-tf). Do not edit directly — change the | ||
| # github_repository_file resource in security-scanning.tf instead. | ||
| name: Security Scanning | ||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: ["main"] | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| security: | ||
| uses: err0r-dev/.github/workflows/reusable-security.yml@main | ||
|
Check failure on line 15 in .github/workflows/security-scanning.yml
|
||
| with: | ||
| python: false | ||