sbon, 3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2025-02-03 17:20:18 +01:00
parent 29148a13f4
commit f4b404e2b1
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

@ -21,7 +21,7 @@ steps:
from_secret: trivy_token from_secret: trivy_token
TRIVY_URL: TRIVY_URL:
from_secret: trivy_url from_secret: trivy_url
entrypoint: [ "/bin/sh", "-c" ] entrypoint: [ "/bin/sh" ]
commands: commands:
- trivy fs --server ${TRIVY_URL} --token ${TRIVY_TOKEN} --format cyclonedx --scanners license --output sbom.xml . - trivy fs --server ${TRIVY_URL} --token ${TRIVY_TOKEN} --format cyclonedx --scanners license --output sbom.xml .
when: when: