setup custom token for trivy
This commit is contained in:
		@@ -91,6 +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 }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user