Skip to content

ci(deps): bump the github-actions group across 1 directory with 4 updates #131

ci(deps): bump the github-actions group across 1 directory with 4 updates

ci(deps): bump the github-actions group across 1 directory with 4 updates #131

Workflow file for this run

name: Semgrep SAST
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
semgrep:
runs-on: ubuntu-latest
permissions:
security-events: write
container:
image: semgrep/semgrep@sha256:e04d2cb132288d90035db8791d64f610cb255b21e727b94db046243b30c01ae9 # 1.152.0
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run Semgrep
run: semgrep scan --config p/python --config p/owasp-top-ten --sarif -o semgrep.sarif .
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
if: always()
with:
sarif_file: semgrep.sarif