Skip to content

Commit

Permalink
Pin trivy scanner to v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Nov 1, 2021
1 parent 6c22339 commit efbd962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
BUILD_OS=${{ matrix.image }}
IC_VERSION=${{ steps.var.outputs.ic_version }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.0.21
continue-on-error: true
with:
image-ref: nginx/nginx-ingress:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
Expand Down

0 comments on commit efbd962

Please sign in to comment.