Browse Source

tmp: test no explicit GH token

zalimeni/enable-security-scans-release--test
Michael Zalimeni 11 months ago
parent
commit
30de718ebf
  1. 2
      .github/workflows/security-scan.yml

2
.github/workflows/security-scan.yml

@ -67,7 +67,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with: with:
repository: hashicorp/security-scanner repository: hashicorp/security-scanner
token: ${{ secrets.HASHIBOT_PRODSEC_GITHUB_TOKEN }} #TODO replace w/ security-provided secret token: ${{ secrets.ELEVATED_GITHUB_TOKEN }} #TODO replace w/ security-provided secret
path: security-scanner path: security-scanner
ref: main ref: main

Loading…
Cancel
Save