Skip to content

Commit

Permalink
Merge pull request #39 from tkhom3/chore-fix-trivy
Browse files Browse the repository at this point in the history
fix file paths
  • Loading branch information
Kieffer87 authored Oct 29, 2024
2 parents 50020e3 + 4cd99cb commit 6744b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan-with-trivy-pr-config-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
post_to_pr_definition: |
[
{
"message_file": "trivy-results",
"message_file": "./trivy-results",
"title": "Trivy IaC Misconfigurations"
}
]
4 changes: 2 additions & 2 deletions .github/workflows/scan-with-trivy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
post_to_pr_definition: |
[
{
"message_file": "trivy-results",
"message_file": "./trivy-results",
"title": "Trivy Image Scan Results"
}
]
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
post_to_pr_definition: |
[
{
"message_file": "trivy-results",
"message_file": "./trivy-results",
"title": "Trivy IaC Misconfigurations"
}
]

0 comments on commit 6744b4c

Please sign in to comment.