ci: render

Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1279078176
This commit is contained in:
2024-05-05 15:59:47 +00:00
parent efa01db1ff
commit c3739257fa

View File

@@ -39,7 +39,7 @@
for i in syft/*.sbom.json; for i in syft/*.sbom.json;
do filename=${i%*.sbom.json}; do filename=${i%*.sbom.json};
filename=${filename##/}; filename=${filename##/};
grype syft/$i -o json --file syft/$filename.cve.json; grype $i -o json --file $filename.cve.json;
done done
# End of grype.sh # End of grype.sh
artifacts: artifacts: