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