Skip to content
Snippets Groups Projects
Commit 7c4090a1 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

chore: fix security issue HOLI-10962 HOLI-10963

parent e91339f5
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ variables: ...@@ -3,10 +3,10 @@ variables:
default: default:
before_script: before_script:
- set -ex - set -e
# env -0 | sort -z | tr '\0' '\n': Sort env output alphabetically, keeping multiline variables intact # env -0 | sort -z | tr '\0' '\n': Sort env output alphabetically, keeping multiline variables intact
# egrep: Remove sensitive information from the output of env # egrep: Remove sensitive information from the output of env
- env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*' #- env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*'
# job templates # job templates
......
...@@ -10,10 +10,10 @@ cache: ...@@ -10,10 +10,10 @@ cache:
default: default:
before_script: before_script:
- set -ex - set -e
# env -0 | sort -z | tr '\0' '\n': Sort env output alphabetically, keeping multiline variables intact # env -0 | sort -z | tr '\0' '\n': Sort env output alphabetically, keeping multiline variables intact
# egrep: Remove sensitive information from the output of env # egrep: Remove sensitive information from the output of env
- env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*' #- env -0 | sort -z | tr '\0' '\n' | egrep -ve '^(DOCKER_AUTH_CONFIG|GOOGLE_APPLICATION_CREDENTIALS)=.*'
tags: tags:
- 1cpu-4gb - 1cpu-4gb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment