woodpecker config
This commit is contained in:
parent
862ebb90e8
commit
d088e76c51
1 changed files with 29 additions and 29 deletions
|
|
@ -34,7 +34,7 @@ steps:
|
||||||
- trivy image --format cyclonedx --output trivy-vuln-bom.json share-lt:test
|
- trivy image --format cyclonedx --output trivy-vuln-bom.json share-lt:test
|
||||||
- echo "Vulnerability Summary:"
|
- echo "Vulnerability Summary:"
|
||||||
- trivy image --format table share-lt:test | tee trivy-vuln-summary.txt
|
- trivy image --format table share-lt:test | tee trivy-vuln-summary.txt
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
|
|
@ -51,7 +51,7 @@ publish:
|
||||||
from_secret: QUAY_USERNAME
|
from_secret: QUAY_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: QUAY_PASSWORD
|
from_secret: QUAY_PASSWORD
|
||||||
upload-sbom:
|
upload-sbom:
|
||||||
image: cgr.dev/chainguard/cosign:latest
|
image: cgr.dev/chainguard/cosign:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue