We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a32cf commit 4c5234aCopy full SHA for 4c5234a
1 file changed
.github/workflows/build_util.yml
@@ -23,6 +23,7 @@ jobs:
23
scan-type: "fs"
24
scanners: "vuln,secret,config"
25
severity: "CRITICAL,HIGH"
26
+ ignore-policy: true # don't evaluate external cloud policies
27
28
- name: Upload Trivy scan results to GitHub Security tab
29
uses: github/codeql-action/upload-sarif@v2
@@ -74,5 +75,5 @@ jobs:
74
75
run: |
76
docker images
77
curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
- grype ghcr.io/${{ github.actor }}/util:release --platform linux/amd64
78
- grype ghcr.io/${{ github.actor }}/util:release --platform linux/arm64
+ grype ghcr.io/${{ github.actor }}/util:test-latest --platform linux/amd64
79
+ grype ghcr.io/${{ github.actor }}/util:test-latest --platform linux/arm64
0 commit comments