Skip to content

Commit

Permalink
Merge pull request #173 from RoKrish14/main
Browse files Browse the repository at this point in the history
chore: Updated trivy workflow
  • Loading branch information
RoKrish14 authored Jun 18, 2024
2 parents 6788c07 + 03d0101 commit 4d6d802
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ jobs:

steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@@595be6a0f6560a0a8fc419ddf630567fc623531d # v0.22.0
with:
image-ref: "tractusx/managed-service-orchestrator:latest" # Pull image from Docker Hub and run Trivy vulnerability scanner
format: "sarif"
output: "trivy-results.sarif"
severity: "CRITICAL,HIGH" # While vulnerabilities of all severities are reported in the SARIF output, the exit code and workflow failure are triggered only by these specified severities (CRITICAL or HIGH).
hide-progress: false
exit-code: "1"
limit-severities-for-sarif: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 4d6d802

Please sign in to comment.