Skip to content

Commit ffd2a11

Browse files
emyllerclaude
andauthored
fix(CI): Pin safe trivy check version (#7010)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 437abff commit ffd2a11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/.reusable-docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,11 @@ jobs:
148148

149149
- name: Scan ${{ steps.image-tag.outputs.image-tag }} image
150150
id: trivy
151-
uses: Flagsmith/actions/trivy-scan-image@v0.3.0
151+
uses: Flagsmith/actions/trivy-scan-image@v0.4.1
152152
if: inputs.scan
153153
with:
154154
image-tag: ${{ steps.image-tag.outputs.image-tag }}
155+
artifact-name: ${{ inputs.image-name }}-trivy-results
155156
category: ${{ inputs.image-name }}
156157
# `query` value contained path:{image_name} before but not all Trivy findings
157158
# conform to that. There's no category filter at the moment; for the time being,

.github/workflows/platform-docker-trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Scan ${{ matrix.image-name }}:main image
103103
id: trivy
104-
uses: Flagsmith/actions/trivy-scan-image@v0.4.0
104+
uses: Flagsmith/actions/trivy-scan-image@v0.4.1
105105
with:
106106
image-tag: ${{ env.REGISTRY_URL }}/flagsmith/${{ matrix.image-name }}:main
107107
category: ${{ matrix.image-name }}

0 commit comments

Comments
 (0)