Skip to content

Commit

Permalink
chore: fix checkov workflow findings
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMakandra committed Nov 21, 2024
1 parent a439a6a commit 808a04e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
conventional-commits:
name: Conventional Commits
permissions:

Check failure on line 9 in .github/workflows/conventional-commits.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

Check failure

Code scanning / checkov

Ensure top-level permissions are not set to write-all Error

Ensure top-level permissions are not set to write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

jobs:
tflint:
permissions:

Check failure on line 8 in .github/workflows/tflint.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

Check failure

Code scanning / checkov

Ensure top-level permissions are not set to write-all Error

Ensure top-level permissions are not set to write-all
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 808a04e

Please sign in to comment.