8000 Pin trivy scanner to v0.0.21 · nginx/kubernetes-ingress@efbd962 · GitHub
[go: up one dir, main page]

Skip to content

Commit efbd962

Browse files
committed
Pin trivy scanner to v0.0.21
1 parent 6c22339 commit efbd962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
BUILD_OS=${{ matrix.image }}
336336
IC_VERSION=${{ steps.var.outputs.ic_version }}
337337
- name: Run Trivy vulnerability scanner
338-
uses: aquasecurity/trivy-action@master
338+
uses: aquasecurity/trivy-action@0.0.21
339339
continue-on-error: true
340340
with:
341341
image-ref: nginx/nginx-ingress:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}

0 commit comments

Comments
 (0)
0