This commit is contained in:
parent
f4b404e2b1
commit
9310a86687
@ -21,7 +21,6 @@ steps:
|
|||||||
from_secret: trivy_token
|
from_secret: trivy_token
|
||||||
TRIVY_URL:
|
TRIVY_URL:
|
||||||
from_secret: trivy_url
|
from_secret: trivy_url
|
||||||
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user