Skip to content

Commit 16ab85a

Browse files
committed
add new index
1 parent fcc2cf8 commit 16ab85a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

artifactory/utils/commandsummary/commandsummary.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ const (
6565
OutputDirName = "jfrog-command-summary"
6666
finalMarkdownFileName = "markdown.md"
6767
// Filenames formats
68-
SarifFileFormat = "*.sarif"
69-
DataFileFormat = "*-data"
70-
NoneScannedResult = "default"
68+
SarifFileFormat = "*.sarif"
69+
DataFileFormat = "*-data"
70+
NoneScannedResult = "default"
71+
Evidence Index = "evidence"
7172
)
7273

7374
type CommandSummary struct {

0 commit comments

Comments
 (0)