ci: update the security-scanner gha token (#21748)

pull/21752/head
Deniz Onur Duzgun 2 months ago committed by GitHub
parent e0785bc4f9
commit 176ea31ed9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with: with:
repository: hashicorp/security-scanner repository: hashicorp/security-scanner
token: ${{ secrets.HASHIBOT_PRODSEC_GITHUB_TOKEN }} token: ${{ secrets.PRODSEC_SCANNER_READ_ONLY }}
path: security-scanner path: security-scanner
ref: main ref: main

Loading…
Cancel
Save