update woodpecker build
This commit is contained in:
parent
245504fd03
commit
f665483a7f
1 changed files with 0 additions and 4 deletions
|
|
@ -4,7 +4,6 @@ when:
|
|||
steps:
|
||||
build-local:
|
||||
image: docker:share-lt-build
|
||||
privileged: true
|
||||
# environment:
|
||||
# DOCKER_TLS_CERTDIR: /certs
|
||||
volumes:
|
||||
|
|
@ -22,7 +21,6 @@ steps:
|
|||
- docker run --rm -v /var/run/docker.sock:/var/run/docker.sock anchore/syft:latest scan quay.io/marshyon/share-lt:v0.0.2 -o cyclonedx-json > sbom.json
|
||||
scan-vulnerabilities:
|
||||
image: aquasec/trivy:0.67.2
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
|
|
@ -39,7 +37,6 @@ steps:
|
|||
- trivy image --format table share-lt:test | tee trivy-vuln-summary.txt
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
privileged: true
|
||||
settings:
|
||||
registry: quay.io
|
||||
repo: quay.io/marshyon/share-lt
|
||||
|
|
@ -54,7 +51,6 @@ steps:
|
|||
from_secret: QUAY_PASSWORD
|
||||
upload-sbom:
|
||||
image: cgr.dev/chainguard/cosign:latest
|
||||
privileged: true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue