Skip to content

Commit 4a6768e

Browse files
Merge pull request #1191 from browserstack/APS-19017-supply-chain-hygiene
[APS-19017] fix: pin Semgrep CI image to sha256 digest
2 parents 6fab1f1 + 74e1957 commit 4a6768e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎.github/workflows/Semgrep.yml‎

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

2828
container:
2929
# A Docker image with Semgrep installed. Do not change this.
30-
image: returntocorp/semgrep:1.166.0
30+
# Pinned to a digest for supply-chain integrity (APS-19017 / INF-007).
31+
# returntocorp/semgrep:1.166.0 resolved 2026-09-16.
32+
image: returntocorp/semgrep:1.166.0@sha256:c180f0c93a17b420c0af5006214a29d3c747c5459c732b740191adf657dd0068
33+
3134
# Skip any PR created by dependabot to avoid permission issues:
3235
if: (github.actor != 'dependabot[bot]')
3336

0 commit comments

Comments
 (0)