Skip to content

Semgrep Cron

Semgrep Cron #17

# 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