Skip to content

Commit

Permalink
fix: security scanner gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-hashicorp committed Jan 7, 2025
1 parent f0a49fd commit e491444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
repository: hashicorp/security-scanner
token: ${{ secrets.HASHIBOT_PRODSEC_GITHUB_TOKEN }}
token: ${{ secrets.PRODSEC_SCANNER_READ_ONLY }}
path: security-scanner
ref: main

Expand Down

0 comments on commit e491444

Please sign in to comment.