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/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
|
||||
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
|
||||
# End of syft-docker.sh
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue