SAST Scan #377
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
| name: SAST Scan | |
| jobs: | |
| sast-scan: | |
| uses: splunk/sast-scanning/.github/workflows/sast-scan.yml@main | |
| secrets: inherit #Ensures that this project is able to access Organization level secrets which are necessary to run Semgrep Scans. | |
| with: | |
| block_mode: "policy" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| paths: | |
| - '.github/workflows/sast-scan.yml' | |
| schedule: | |
| - cron: '0 0 * * 1-5' # Every weekday at midnight UTC |