We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efea07e commit 3d60c44Copy full SHA for 3d60c44
1 file changed
.github/workflows/Semgrep.yml
@@ -27,7 +27,8 @@ jobs:
27
28
container:
29
# A Docker image with Semgrep installed. Do not change this.
30
- image: returntocorp/semgrep
+ # Pinned by digest (LOC-6730 / INF-002) — tag-mutation is a supply-chain vector.
31
+ image: returntocorp/semgrep@sha256:9349edbadf90c3f3c0c3f55867625354e89680e6fa10d9034042af52fdb0e0d0
32
33
# Skip any PR created by dependabot to avoid permission issues:
34
if: (github.actor != 'dependabot[bot]')
0 commit comments