mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1279094530
This commit is contained in:
parent
4f5fd36962
commit
3ed3d5b169
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
||||||
#Syft scan for go
|
#Syft scan for go
|
||||||
for i in packages/*.tar.gz;
|
for i in packages/*.tar.gz;
|
||||||
do filename=${i%.*.tar.gz};
|
do filename=${i%.*.tar.gz};
|
||||||
filename=${filename##/};
|
filename="$(basename -- "$filename")"
|
||||||
syft $i -o cyclonedx-json=$filename.docker.sbom.json;
|
syft $i -o cyclonedx-json=syft/$filename.docker.sbom.json;
|
||||||
done
|
done
|
||||||
# End of syft-docker.sh
|
# End of syft-docker.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue