Skip to content

Commit

Permalink
fix: checkov top-level permission should not be write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
akselthomsen committed Dec 20, 2024
1 parent ef882de commit 1b7d19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_and_co.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main
- master
permissions:
contents: write
pull-requests: write
name: All actions
jobs:
check-current-version:
Expand Down

0 comments on commit 1b7d19a

Please sign in to comment.