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

This commit is contained in:
Wolfgang Hottgenroth 2025-02-03 17:24:07 +01:00
parent f4b404e2b1
commit 9310a86687
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

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