This commit is contained in:
2024-05-05 10:59:17 -05:00
parent 1f055dd76b
commit efa01db1ff
2 changed files with 5 additions and 1 deletions

View File

@@ -5,5 +5,5 @@
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