-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(report): don't mark misconfig passed tests as failed in junit.tpl (…
- Loading branch information
1 parent
01edbda
commit be5a550
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
be5a550
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DmitriyLewen Earlier it was working . not showing me this error.
report error: unable to write results: failed to write results: failed to write with template: template: output template:17:44: executing "output template" at <.MisconfSummary.Successes>: nil pointer evaluating *types.MisconfSummary.Successes
be5a550
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This command was working for before.
trivy image --format template --template "@contrib/junit.tpl" -o ../junit-report.xml app:latest
be5a550
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @d4kverma
Thanks a lot!
I created #5782.