mirror of
https://gitlab.com/psono/psono-server
synced 2025-04-18 09:44:01 +03:00
Minor adjustment
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@esaqa.com>
This commit is contained in:
parent
c79be519ca
commit
596e307b1d
@ -302,7 +302,7 @@ build-sbom:
|
||||
- docker pull $CONTAINER_TEST_IMAGE
|
||||
- curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
|
||||
- syft scan $CONTAINER_TEST_IMAGE -o cyclonedx-json > sbom.json
|
||||
- mv /builds/psono/psono-server/sbom.json ../
|
||||
- mv ./sbom.json ../
|
||||
- rm -Rf *
|
||||
- rm -Rf .* 2> /dev/null || true
|
||||
- mv ../sbom.json ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user