Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Removed write-all (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: phansGithub <prabuddha.hans@intel.com>
  • Loading branch information
phansGithub committed Jan 15, 2024
1 parent 49bd136 commit 145696b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
# Trivy Scan
trivy-scan:
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: read
security-events: write
steps:

- name: Checkout code
Expand Down

0 comments on commit 145696b

Please sign in to comment.