Skip to content

Commit bae7ea2

Browse files
authored
fix(ci): use subject_pattern for ADP version bump STS policy
1 parent 8e261e7 commit bae7ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/chainguard/self.bump-adp-version.create-pr.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs: https://datadoghq.atlassian.net/wiki/spaces/SECENG/pages/5138645099/User+guide+dd-octo-sts
22
issuer: https://token.actions.githubusercontent.com
33

4-
subject: repo:DataDog/saluki:ref:refs/tags/*
4+
subject_pattern: repo:DataDog/saluki:ref:refs/tags/[0-9]+\.[0-9]+\.[0-9]+
55

66
claim_pattern:
77
event_name: (push|workflow_dispatch)

0 commit comments

Comments
 (0)