Update Trivy vulnerability scanner version in API Docs CI workflow to 0.28.0 for improved security scanning capabilities.
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 35s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
API Docs (Node.js Express) / test (16) (push) Successful in 10m17s
API Docs (Node.js Express) / test (18) (push) Successful in 10m16s
API Docs (Node.js Express) / test (20) (push) Successful in 1m32s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 4m54s
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 5m8s
Integration Tests / integration-tests (push) Failing after 46s
Integration Tests / performance-tests (push) Has been skipped
LabFusion CI/CD Pipeline / api-docs (push) Successful in 10m1s
LabFusion CI/CD Pipeline / frontend (push) Failing after 6m13s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
API Docs (Node.js Express) / build (push) Successful in 9m55s
API Docs (Node.js Express) / security (push) Failing after 6m3s
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 35s
Docker Build and Push / security-scan (push) Has been skipped
Docker Build and Push / deploy-staging (push) Has been skipped
Docker Build and Push / deploy-production (push) Has been skipped
API Docs (Node.js Express) / test (16) (push) Successful in 10m17s
API Docs (Node.js Express) / test (18) (push) Successful in 10m16s
API Docs (Node.js Express) / test (20) (push) Successful in 1m32s
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 4m54s
LabFusion CI/CD Pipeline / service-adapters (push) Failing after 5m8s
Integration Tests / integration-tests (push) Failing after 46s
Integration Tests / performance-tests (push) Has been skipped
LabFusion CI/CD Pipeline / api-docs (push) Successful in 10m1s
LabFusion CI/CD Pipeline / frontend (push) Failing after 6m13s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
LabFusion CI/CD Pipeline / security-scan (push) Has been skipped
API Docs (Node.js Express) / build (push) Successful in 9m55s
API Docs (Node.js Express) / security (push) Failing after 6m3s
This commit is contained in:
@@ -184,7 +184,7 @@ jobs:
|
|||||||
docker build -t api-docs:security-scan .
|
docker build -t api-docs:security-scan .
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
- name: Run Trivy vulnerability scanner
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@0.28.0
|
||||||
with:
|
with:
|
||||||
image-ref: api-docs:security-scan
|
image-ref: api-docs:security-scan
|
||||||
format: 'sarif'
|
format: 'sarif'
|
||||||
|
|||||||
Reference in New Issue
Block a user