Skip to content

Commit 17e278e

Browse files
remove secrets.CVE_ALLOWLIST
1 parent d01a7fb commit 17e278e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
# Scan image for vulnerabilities
8686
- name: Aqua Security Trivy image scan
8787
run: |
88-
printf ${{ secrets.CVE_ALLOWLIST }} > .trivyignore
8988
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin ${{ env.TRIVY_VERSION }}
9089
9190
set +e # Lets trivy return an error without it being fatal

0 commit comments

Comments
 (0)