Skip to content

Commit

Permalink
update permissions
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
dwertent committed Apr 30, 2024
1 parent 7811b0a commit 97ce466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/00-pr-scanner.yaml
Expand Up @@ -34,6 +34,7 @@ jobs:
repository-projects: read
security-events: read
statuses: read
attestations: read
uses: ./.github/workflows/a-pr-scanner.yaml
with:
RELEASE: ""
Expand All @@ -58,6 +59,7 @@ jobs:
repository-projects: read
security-events: read
statuses: read
attestations: read
uses: ./.github/workflows/b-binary-build-and-e2e-tests.yaml
with:
COMPONENT_NAME: kubescape
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/02-release.yaml
Expand Up @@ -56,6 +56,7 @@ jobs:
repository-projects: read
statuses: read
security-events: read
attestations: read
needs: [retag, binary-build]
uses: ./.github/workflows/c-create-release.yaml
with:
Expand All @@ -78,6 +79,7 @@ jobs:
repository-projects: read
security-events: read
statuses: read
attestations: read
uses: ./.github/workflows/d-publish-image.yaml
needs: [create-release, retag]
with:
Expand Down

0 comments on commit 97ce466

Please sign in to comment.