woodpecker config
This commit is contained in:
parent
be4dabdec1
commit
42da921477
1 changed files with 3 additions and 2 deletions
|
|
@ -34,14 +34,15 @@ 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
|
||||||
repo: quay.io/marshyon/share-lt
|
repo: quay.io/marshyon/share-lt
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
|
# Using the direct image name for local cache and escaped registry for remote
|
||||||
cache_from:
|
cache_from:
|
||||||
- "type=registry,ref=share-lt:test"
|
- "share-lt:test"
|
||||||
- "type=registry,ref=quay.io/marshyon/share-lt:latest"
|
- "type=registry,ref=quay.io/marshyon/share-lt:latest"
|
||||||
tags:
|
tags:
|
||||||
- v0.0.2
|
- v0.0.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue