Skip to content

Commit faae2ce

Browse files
committed
fix: add github_token to tfsec action to prevent rate limiting
1 parent 625c00f commit faae2ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
with:
6161
working_directory: terraform
6262
soft_fail: true
63+
github_token: ${{ secrets.GITHUB_TOKEN }}
6364

6465
checkov:
6566
name: Checkov Security Scan

0 commit comments

Comments
 (0)