Skip to content
Snippets Groups Projects
Commit 24ea8bde authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix(security): remove generated-deployment.yml from artifact

On kustomize with secret CI/CD variables  used for substitution for example with a pre-apply script, secrets was leaked in artifacts.

You need to : 
* delete k8s-<env>-deploy artifacts
* renew all leaked secrets
parent 0a448166
No related branches found
No related tags found
No related merge requests found
......@@ -936,7 +936,6 @@ k8s-score:
name: "$ENV_TYPE env url for $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
when: always
paths:
- generated-deployment.yml
- environment_url.txt
reports:
dotenv: kubernetes.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment