Skip to content

Commit

Permalink
ci: add read-only pull secret to security build
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Nov 14, 2024
1 parent c2d55d0 commit e086dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .woodpecker/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ steps:
containerfile: Containerfile.multiarch
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
repo: ${CI_REPO}
registry_config:
from_secret: DOCKER_REGISTRY_CONFIG_PULL

- name: security-scan
image: docker.io/aquasec/trivy
Expand Down

0 comments on commit e086dc5

Please sign in to comment.