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 5f28ff3 commit e0932cbCopy full SHA for e0932cb
.github/workflows/fortress.yml
@@ -167,6 +167,7 @@ jobs:
167
needs.setup.outputs.is-fork-pr != 'true'
168
permissions:
169
contents: read # Read repository content for security scanning
170
+ pull-requests: write # Required: gitleaks needs to create PR comments
171
uses: ./.github/workflows/fortress-security-scans.yml
172
with:
173
env-json: ${{ needs.load-env.outputs.env-json }}
0 commit comments