mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 13:40:39 +00:00
ci: add read-only pull secret to security build
This commit is contained in:
parent
7690b0fdf1
commit
a2fce7ce2d
@ -12,6 +12,8 @@ steps:
|
|||||||
containerfile: Containerfile.multiarch
|
containerfile: Containerfile.multiarch
|
||||||
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
|
||||||
repo: ${CI_REPO}
|
repo: ${CI_REPO}
|
||||||
|
registry_config:
|
||||||
|
from_secret: DOCKER_REGISTRY_CONFIG_PULL
|
||||||
|
|
||||||
- name: security-scan
|
- name: security-scan
|
||||||
image: docker.io/aquasec/trivy
|
image: docker.io/aquasec/trivy
|
||||||
|
Loading…
Reference in New Issue
Block a user