Skip to content

Commit

Permalink
troubleshooting image-scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Oct 29, 2024
1 parent fc5e8c6 commit c1d52ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devsecops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# Running Trivy to scan the Docker image for vulnerabilities
uses: aquasecurity/trivy-action@master
with:
input: /github/workspace/image.tar
input: ./image.tar
severity: "CRITICAL,HIGH"
format: "sarif"
output: "trivy-results.sarif"
Expand Down

0 comments on commit c1d52ef

Please sign in to comment.