File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments