update woodpecker build

This commit is contained in:
jon brookes 2026-01-25 16:31:36 +00:00
parent 245504fd03
commit f665483a7f

View file

@ -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: