ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1279078176
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user