1
0
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:
Sascha Pfeiffer 2025-04-16 12:20:21 +02:00
parent c79be519ca
commit 596e307b1d

View File

@ -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 ./