From eb9dbc93f88e8b87d60ed55101a577e49e9299e4 Mon Sep 17 00:00:00 2001 From: dduzgun-security Date: Mon, 16 Sep 2024 20:11:59 -0400 Subject: [PATCH] ci: update the security-scanner gha token --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 0a048c6447..ad851dca1e 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -59,7 +59,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