We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc2cf8 commit 16ab85aCopy full SHA for 16ab85a
artifactory/utils/commandsummary/commandsummary.go
@@ -65,9 +65,10 @@ const (
65
OutputDirName = "jfrog-command-summary"
66
finalMarkdownFileName = "markdown.md"
67
// Filenames formats
68
- SarifFileFormat = "*.sarif"
69
- DataFileFormat = "*-data"
70
- NoneScannedResult = "default"
+ SarifFileFormat = "*.sarif"
+ DataFileFormat = "*-data"
+ NoneScannedResult = "default"
71
+ Evidence Index = "evidence"
72
)
73
74
type CommandSummary struct {
0 commit comments