Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Added permissions
  • Loading branch information
AdmiraalA authored Apr 2, 2024
1 parent 66ecf95 commit 961d490
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
terraform:
name: 'Terraform'
runs-on: ubuntu-latest
permissions:

Check failure on line 17 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / scan

CKV2_GHA_1: "Ensure top-level permissions are not set to write-all"
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 961d490

Please sign in to comment.