Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
- cron: '30 14 * * *'
# or whatever time works best for your team.

permissions:
contents: read

jobs:
semgrep:
# User definable name of this GitHub Actions job.
Expand All @@ -33,6 +36,11 @@ jobs:

steps:
# Fetch project source with GitHub Actions Checkout.
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@v2
with:
egress-policy: audit

- uses: actions/checkout@v4
# Run the "semgrep ci" command on the command line of the docker image.
- run: semgrep scan --config auto