Skip to content

Commit 3d60c44

Browse files
committed
fixes for LOC-6730
1 parent efea07e commit 3d60c44

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Semgrep.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727

2828
container:
2929
# A Docker image with Semgrep installed. Do not change this.
30-
image: returntocorp/semgrep
30+
# Pinned by digest (LOC-6730 / INF-002) — tag-mutation is a supply-chain vector.
31+
image: returntocorp/semgrep@sha256:9349edbadf90c3f3c0c3f55867625354e89680e6fa10d9034042af52fdb0e0d0
3132

3233
# Skip any PR created by dependabot to avoid permission issues:
3334
if: (github.actor != 'dependabot[bot]')

0 commit comments

Comments
 (0)