docker scan bien stp
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -125,11 +125,13 @@ jobs:
|
|||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: backend-trivy.sarif
|
sarif_file: backend-trivy.sarif
|
||||||
|
category: trivy-backend
|
||||||
|
|
||||||
- name: Upload frontend Trivy results
|
- name: Upload frontend Trivy results
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: frontend-trivy.sarif
|
sarif_file: frontend-trivy.sarif
|
||||||
|
category: trivy-frontend
|
||||||
|
|
||||||
validate-docker-compose:
|
validate-docker-compose:
|
||||||
name: Validate Docker Compose
|
name: Validate Docker Compose
|
||||||
|
|||||||
Reference in New Issue
Block a user