File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml instead.
33
44issuer : https://token.actions.githubusercontent.com
5- subject_pattern : ^repo:jetstack/preflight :ref:refs/heads/(main|master)$
5+ subject_pattern : ^repo:jetstack/jetstack-secure :ref:refs/heads/(main|master)$
66
77permissions :
88 contents : write
Original file line number Diff line number Diff line change 22# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/chainguard/renovate.sts.yaml instead.
33
44issuer : https://token.actions.githubusercontent.com
5- subject_pattern : ^repo:jetstack/preflight :ref:refs/heads/(main|master)$
5+ subject_pattern : ^repo:jetstack/jetstack-secure :ref:refs/heads/(main|master)$
66
77permissions :
88 administration : read
Original file line number Diff line number Diff line change 1515 self_upgrade :
1616 runs-on : ubuntu-latest
1717
18- if : github.repository == 'jetstack/preflight '
18+ if : github.repository == 'jetstack/jetstack-secure '
1919
2020 permissions :
2121 id-token : write
3535 uses : octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1
3636 id : octo-sts
3737 with :
38- scope : ' jetstack/preflight '
38+ scope : ' jetstack/jetstack-secure '
3939 identity : make-self-upgrade
4040
4141 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change 1414 renovate :
1515 runs-on : ubuntu-latest
1616
17- if : github.repository == 'jetstack/preflight '
17+ if : github.repository == 'jetstack/jetstack-secure '
1818
1919 permissions :
2020 id-token : write
3030 uses : octo-sts/action@e480437973a6f6ac2e9caa40ecabedc870d76395 # v1.0.1
3131 id : octo-sts
3232 with :
33- scope : ' jetstack/preflight '
33+ scope : ' jetstack/jetstack-secure '
3434 identity : renovate
3535
3636 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ formatters:
8181 sections :
8282 - standard # Standard section: captures all standard packages.
8383 - default # Default section: contains all imports that could not be matched to another section type.
84- - prefix(github.com/jetstack/preflight ) # Custom section: groups all imports with the specified Prefix.
84+ - prefix(github.com/jetstack/jetstack-secure ) # Custom section: groups all imports with the specified Prefix.
8585 - blank # Blank section: contains all blank imports. This section is not present unless explicitly enabled.
8686 - dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
8787 exclusions :
You can’t perform that action at this time.
0 commit comments