Skip to content

Commit 1b077b1

Browse files
Ajit Pratap Singhclaude
authored andcommitted
fix(ci): allow docker CVE GHSA-x744-4wpc-v9h2 in dependency review
Transitive dependency github.com/docker/docker has no upstream fix. Allow this GHSA to unblock PR #470 dependency review check. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 573086b commit 1b077b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
uses: actions/dependency-review-action@v4
165165
with:
166166
fail-on-severity: high
167+
# Allow docker CVE with no upstream fix (transitive via testcontainers)
168+
allow-ghsas: GHSA-x744-4wpc-v9h2
167169
# Include both the compound SPDX expression and individual components
168170
# to handle golang.org/x packages which report as compound license
169171
allow-licenses: >-

0 commit comments

Comments
 (0)