mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1279078176
This commit is contained in:
parent
efa01db1ff
commit
c3739257fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue