We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01a7fb commit 17e278eCopy full SHA for 17e278e
.github/workflows/publish.yml
@@ -85,7 +85,6 @@ jobs:
85
# Scan image for vulnerabilities
86
- name: Aqua Security Trivy image scan
87
run: |
88
- printf ${{ secrets.CVE_ALLOWLIST }} > .trivyignore
89
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin ${{ env.TRIVY_VERSION }}
90
91
set +e # Lets trivy return an error without it being fatal
0 commit comments