Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
uses: gardener/cc-utils/.github/workflows/prepare.yaml@master
with:
mode: ${{ inputs.mode }}
version-commit-callback-action-path:
permissions:
contents: read
id-token: write

oci-images:
name: Build OCI-Images
Expand Down Expand Up @@ -53,7 +52,6 @@ jobs:
oci-repository: ${{ matrix.args.oci-repository }}
oci-platforms: linux/amd64,linux/arm64
ocm-labels: ${{ toJSON(matrix.args.ocm-labels) }}
extra-tags:

sast-lint:
uses: gardener/cc-utils/.github/workflows/sastlint-ocm.yaml@master
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/non-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
mode: snapshot
secrets: inherit
permissions:
contents: write
contents: read
packages: write
id-token: write

component-descriptor:
uses: gardener/cc-utils/.github/workflows/post-build.yaml@master
needs:
- build
secrets: inherit
permissions:
id-token: write
contents: write
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
permissions:
contents: write
contents: read
id-token: write
packages: write
with:
Expand Down