chore(): Promote image to post scran after successful scan
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elia el Lazkani 2023-07-03 22:43:26 +02:00
parent a481e99ac3
commit 67cdb1288e

View file

@ -22,10 +22,22 @@ steps:
- name: trivy-scan
image: scm.project42.io/elia/trivy:production
privileged: true
commands:
- /usr/local/bin/trivy image --image-src remote scm.project42.io/elia/trivy:pre-scan
failure: ignore
- /usr/local/bin/trivy image --image-src remote scm.project42.io/elia/trivy:"${DRONE_COMMIT_SHA:0:8}"
depends_on:
- test-build-container
- name: retag-container
image: ghcr.io/oras-project/oras:v1.0.0
environment:
REGISTRY_USERNAME:
from_secret: registry_username
REGISTRY_PASSWORD:
from_secret: registry_password
commands:
- oras cp --from-username "$REGISTRY_USERNAME" --from-password "$REGISTRY_PASSWORD" --to-username "$REGISTRY_USERNAME" --to-password "$REGISTRY_PASSWORD" "scm.project42.io/elia/trivy:${DRONE_COMMIT_SHA:0:8}" scm.project42.io/elia/trivy:post-scan
depends_on:
- trivy-scan
trigger:
exclude: