We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a787e commit fc09a5cCopy full SHA for fc09a5c
1 file changed
.github/workflows/build_and_push.yml
@@ -56,7 +56,9 @@ jobs:
56
anchore/grype:v0.104.1 /work/sbom.syft.json \
57
--fail-on high \
58
--only-fixed=false \
59
- --add-cpes-if-none
+ --add-cpes-if-none | grep -E "High|Critical"
60
+
61
+# muestra solo las high o critical
62
63
# - name: Scan SBOM
64
# uses: anchore/scan-action@v6
0 commit comments