Skip to content

Commit 011e345

Browse files
Add id_tokens for docker signing (#4979)
1 parent dbddcd7 commit 011e345

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ fossa:
5858
.sign-docker:
5959
extends: .trigger-filter
6060
retry: 2
61+
id_tokens: # http://go/gitlab-17
62+
CI_JOB_JWT:
63+
aud:
64+
- $CICD_VAULT_ADDR
65+
- $SIGNING_PRD_URL
6166
script:
6267
- docker login -u $CIRCLECI_QUAY_USERNAME -p $CIRCLECI_QUAY_PASSWORD quay.io
6368
- echo "listing images to be signed"

0 commit comments

Comments
 (0)