Skip to content

Commit a20f72d

Browse files
make generate
Signed-off-by: Richard Wall <[email protected]>
1 parent 4199e14 commit a20f72d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/chainguard/make-self-upgrade.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/chainguard/make-self-upgrade.sts.yaml instead.
33

44
issuer: 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

77
permissions:
88
contents: write

.github/chainguard/renovate.sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Edit https://github.com/cert-manager/makefile-modules/blob/main/modules/repository-base/base/.github/chainguard/renovate.sts.yaml instead.
33

44
issuer: 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

77
permissions:
88
administration: read

.github/workflows/make-self-upgrade.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/renovate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)