mirror of
				https://gitea.com/gitea/gitea-mcp.git
				synced 2025-10-30 01:41:50 +00:00 
			
		
		
		
	ci: correct Trivy action repository reference format
- Update Trivy action reference to use the correct repository format Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
		| @@ -31,7 +31,7 @@ jobs: | |||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|       - name: Run Trivy vulnerability scanner in repo mode |       - name: Run Trivy vulnerability scanner in repo mode | ||||||
|         uses: github.com/aquasecurity/trivy-action@0.28.0 |         uses: aquasecurity/trivy-action@0.28.0 | ||||||
|         with: |         with: | ||||||
|           scan-type: 'fs' |           scan-type: 'fs' | ||||||
|           ignore-unfixed: true |           ignore-unfixed: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user