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/1280034932
This commit is contained in:
parent
945ac257a1
commit
6cc79fa417
1 changed files with 2 additions and 1 deletions
|
|
@ -25,10 +25,11 @@
|
|||
- |
|
||||
#Syft scan for docker
|
||||
for i in packages/*.tar.gz;
|
||||
do filename=${i%.*.tar.gz};
|
||||
do filename=${i%.*.*.*.tar.gz};
|
||||
filename="$(basename -- "$filename")"
|
||||
syft $i -o cyclonedx-json=syft/$filename.docker.sbom.json;
|
||||
done
|
||||
${version%.*.*.*.tar.gz}
|
||||
# End of syft-docker.sh
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue