Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barv-jfrog committed Sep 17, 2024
1 parent 3275038 commit 3611703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/resultstable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ func TestPrepareSecrets(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "Low",
SeverityNumValue: 11,
SeverityNumValue: 13,
},
Applicability: nil,
Finding: "secret finding",
Expand All @@ -1171,7 +1171,7 @@ func TestPrepareSecrets(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "Low",
SeverityNumValue: 11,
SeverityNumValue: 13,
},
Applicability: &formats.Applicability{Status: "Inactive", ScannerDescription: ""},
Finding: "other secret finding",
Expand All @@ -1187,7 +1187,7 @@ func TestPrepareSecrets(t *testing.T) {
{
SeverityDetails: formats.SeverityDetails{
Severity: "Low",
SeverityNumValue: 11,
SeverityNumValue: 13,
},
Applicability: &formats.Applicability{Status: "Active", ScannerDescription: "testmetadata"},
Finding: "another secret finding",
Expand Down

0 comments on commit 3611703

Please sign in to comment.