Skip to content

Commit

Permalink
Grant write permissions to the sbom generation (#2360)
Browse files Browse the repository at this point in the history
Allows the container SBOM signatures to be uploaded.

Signed-off-by: Ben Cotton <[email protected]>
  • Loading branch information
funnelfiasco authored Dec 12, 2024
1 parent 68bb630 commit 68610a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write # needed for signing the images with GitHub OIDC Token
packages: write # needed to upload signatures
contents: write # To upload assets to release
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v3
Expand Down

0 comments on commit 68610a4

Please sign in to comment.