From 805b87de629a0157bd4cb59861aabba217c8feec Mon Sep 17 00:00:00 2001 From: itaimarongwe-okta <112408457+itaimarongwe-okta@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:24:10 -0400 Subject: [PATCH] allow jwt requests for oidc --- .github/workflows/rl-scanner.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index b3bf2e8d..302c4a23 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -11,6 +11,10 @@ on: - opened - synchronize +# Enable JWT read +permissions: + id-token: write # This is required for requesting the JWT + jobs: checkout-build-scan-only: runs-on: ubuntu-latest