Skip to content

chore(deps): update returntocorp/semgrep docker digest to 875ea8c - abandoned #2485

chore(deps): update returntocorp/semgrep docker digest to 875ea8c - abandoned

chore(deps): update returntocorp/semgrep docker digest to 875ea8c - abandoned #2485

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches:
- main
- master
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: "0 0 * * 0"
jobs:
semgrep:
name: Scan
runs-on: ubuntu-22.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep@sha256:875ea8c5200ca5938836fa0c155b2220eca8fc83940da1bfa90caf67d73fb0ed
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: semgrep ci