Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Jan 9, 2025
1 parent cdce5f1 commit 747217f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
"",
"| Vulnerability ID | Package | Version | Severity | Description |",
"|------------------|---------|---------|----------|-------------|",
(.Results[] | .Vulnerabilities[] | select(hr(.Severity)) | to_md),
(.Results // [] | .[] | .Vulnerabilities[]? | select(hr(.Severity)) | to_md),
""
] | join("\n")
' scan-results.json > vulnerability-report.md
Expand Down

0 comments on commit 747217f

Please sign in to comment.