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;
|
||||
do filename=${i%*.sbom.json};
|
||||
filename=${filename##/};
|
||||
grype syft/$i -o json --file syft/$filename.cve.json;
|
||||
grype $i -o json --file $filename.cve.json;
|
||||
done
|
||||
# End of grype.sh
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user