Skip to content

Commit

Permalink
ci: update security-scanner token
Browse files Browse the repository at this point in the history
The old token had expired, this is the org-wide one
we should be using.
  • Loading branch information
johanbrandhorst committed Sep 7, 2024
1 parent d45aa40 commit 4ea7579
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 @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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 4ea7579

Please sign in to comment.