mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
21dbdaa9c0
commit
4f5fd36962
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
for i in packages/*.tar.gz;
|
||||
do filename=${i%.*.tar.gz};
|
||||
filename=${filename##/};
|
||||
syft $i -o cyclonedx-json=$filename.docker.sbom.json;
|
||||
filename="$(basename -- "$filename")"
|
||||
syft $i -o cyclonedx-json=syft/$filename.docker.sbom.json;
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue