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 c469fc3 commit 3ad7235Copy full SHA for 3ad7235
.github/workflows/trivy-scan.yml
@@ -44,6 +44,7 @@ jobs:
44
scan-type: 'fs'
45
scan-ref: '${{ env.LOCAL_REPOSITORY_PATH }}/org/springframework/pulsar'
46
trivy-config: ${{ inputs.config-path }}
47
+ github-pat: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
48
- name: Upload Trivy scan results to GitHub Security tab
49
if: inputs.upload-results
50
uses: github/codeql-action/upload-sarif@v3
0 commit comments