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:
|
steps:
|
||||||
build-local:
|
build-local:
|
||||||
image: docker:share-lt-build
|
image: docker:share-lt-build
|
||||||
privileged: true
|
|
||||||
# environment:
|
# environment:
|
||||||
# DOCKER_TLS_CERTDIR: /certs
|
# DOCKER_TLS_CERTDIR: /certs
|
||||||
volumes:
|
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
|
- 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:
|
scan-vulnerabilities:
|
||||||
image: aquasec/trivy:0.67.2
|
image: aquasec/trivy:0.67.2
|
||||||
privileged: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
|
|
@ -39,7 +37,6 @@ steps:
|
||||||
- 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
|
||||||
privileged: true
|
|
||||||
settings:
|
settings:
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repo: quay.io/marshyon/share-lt
|
repo: quay.io/marshyon/share-lt
|
||||||
|
|
@ -54,7 +51,6 @@ steps:
|
||||||
from_secret: QUAY_PASSWORD
|
from_secret: QUAY_PASSWORD
|
||||||
upload-sbom:
|
upload-sbom:
|
||||||
image: cgr.dev/chainguard/cosign:latest
|
image: cgr.dev/chainguard/cosign:latest
|
||||||
privileged: true
|
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue