Skip to content

Commit

Permalink
Merge branch 'dev' into rbc-with-project
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanurp authored Feb 24, 2025
2 parents 5bba178 + 84e450f commit 2925400
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions artifactory/utils/commandsummary/commandsummary.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ const (
OutputDirName = "jfrog-command-summary"
finalMarkdownFileName = "markdown.md"
// Filenames formats
SarifFileFormat = "*.sarif"
DataFileFormat = "*-data"
NoneScannedResult = "default"
SarifFileFormat = "*.sarif"
DataFileFormat = "*-data"
NoneScannedResult = "default"
Evidence Index = "evidence"
)

type CommandSummary struct {
Expand Down

0 comments on commit 2925400

Please sign in to comment.