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

fix: fix for security issue HOLI-10962 HOLI-10961

parent 5de5c204
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,10 @@ stages: ...@@ -8,10 +8,10 @@ stages:
default: default:
before_script: before_script:
- set -eux - set -eu
# 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)=.*'
interruptible: true interruptible: true
tags: tags:
- 1cpu-4gb # build on smaller machine - 1cpu-4gb # build on smaller machine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment