We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97b374 commit ced0bdfCopy full SHA for ced0bdf
1 file changed
.github/workflows/rl-scanner.yml
@@ -27,10 +27,6 @@ on:
27
PRODSEC_PYTHON_TOOLS_REPO:
28
required: true
29
30
-permissions:
31
- contents: write
32
- id-token: write # This is required for requesting the JWT
33
-
34
jobs:
35
checkout-build-scan-only:
36
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/'))
0 commit comments