try with github-pat variable to get the action working
This commit is contained in:
parent
50e6103818
commit
89b49f5d7b
@ -91,7 +91,7 @@ jobs:
|
|||||||
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
|
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
|
||||||
vuln-type: os,library
|
vuln-type: os,library
|
||||||
cache: 'false'
|
cache: 'false'
|
||||||
token-setup-trivy: ${{ secrets.ACTIONS_TOKEN }}
|
github-pat: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Trivy scan results to GitHub Security tab
|
- name: Upload Trivy scan results to GitHub Security tab
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user