Semgrep Cron #17
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
| # Auto generated by sourcegraph-batch-changes, please do not edit directly | |
| name: Semgrep Cron | |
| on: | |
| schedule: | |
| # Weekly, randomly staggered by batch.yaml | |
| - cron: "56 14 * * 3" | |
| permissions: | |
| contents: read # Required for actions/checkout | |
| actions: read # Allow upload-sarif to get the action run status | |
| security-events: write # Allow upload-sarif to upload the SARIF file | |
| jobs: | |
| semgrep: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: Workiva/gha-security-scanner@master |