Skip to content

chore(deps): pin % centos docker tag@be65f48 #102

chore(deps): pin % centos docker tag@be65f48

chore(deps): pin % centos docker tag@be65f48 #102

Workflow file for this run

on:
pull_request: {}
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * 0'
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-22.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep@sha256:4de74a37d4af348aba5f052bc462e47de54ced6574c8a38c82d1f3540adab86a # latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: semgrep ci