Skip to content

Commit

Permalink
Switch docker to privileged to ensure permisisons in bumpers (#12193)
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski authored Oct 23, 2024
1 parent 59ffabf commit 933670c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/autobump-docs-index-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
-v ~/token:/etc/github/token:ro \
-v ${{ github.workspace }}:/github/test-infra \
--workdir /github/test-infra \
--user $UID \
--privileged \
--cap-drop ALL \
europe-docker.pkg.dev/kyma-project/prod/markdown-index:v20241022-0ba5f3bb \
--config=${{ env.AUTOBUMP_CONFIG_PATH }} \
--labels-override=kind/chore,area/documentation
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: push-update-security-config
name: autobump-security-config

on:
schedule:
Expand Down Expand Up @@ -69,7 +69,8 @@ jobs:
-v ${{ github.workspace }}:/github/workspace \
--workdir /github/workspace \
--rm \
--user $UID \
--privileged \
--cap-drop ALL \
europe-docker.pkg.dev/kyma-project/prod/image-detector:v20241022-0ba5f3bb \
--terraform-dir=${{ env.TERRAFORM_CONFIGS_DIR }} \
--sec-scanner-config=${{ env.SEC_SCANNERS_CONFIG_PATH }} \
Expand Down

0 comments on commit 933670c

Please sign in to comment.