File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 IC_VERSION=${{ (github.event_name == 'pull_request' || startsWith(github.ref, 'refs/heads/release-')) && 'CI' || steps.meta.outputs.version }}
149149
150150 - name : Run Trivy vulnerability scanner
151- uses : aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # 0.10 .0
151+ uses : aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # 0.11 .0
152152 continue-on-error : true
153153 with :
154154 image-ref : nginx/nginx-ingress:${{ steps.meta.outputs.version }}
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 ${{ inputs.nap_modules != '' && contains(inputs.image, 'ubi') && format('"rhel_license={0}"', secrets.RHEL_LICENSE) || '' }}
163163
164164 - name : Run Trivy vulnerability scanner
165- uses : aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2 # 0.10 .0
165+ uses : aquasecurity/trivy-action@b43daad0c3c96202fc5800b511dfae8e6ecce864 # 0.11 .0
166166 continue-on-error : true
167167 with :
168168 image-ref : docker.io/${{ inputs.image }}:${{ steps.meta.outputs.version }}
You can’t perform that action at this time.
0 commit comments