Skip to content

Commit

Permalink
update expected sast expected findings
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Dec 11, 2023
1 parent 2b3e4f3 commit 205e6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func TestXrayAuditMultiProjects(t *testing.T) {
defer cleanTestsHomeEnv()
output := xrayCli.WithoutCredentials().RunCliCmdWithOutput(t, "audit", "--format="+string(utils.SimpleJson), workingDirsFlag)
verifySimpleJsonScanResults(t, output, 35, 0)
verifySimpleJsonJasResults(t, output, 3, 9, 7, 3)
verifySimpleJsonJasResults(t, output, 1, 9, 7, 3)
}

func TestXrayAuditPipJson(t *testing.T) {
Expand Down Expand Up @@ -772,7 +772,7 @@ func TestXrayOfflineDBSyncV3(t *testing.T) {

func TestXrayAuditJasSimpleJson(t *testing.T) {
output := testXrayAuditJas(t, string(utils.SimpleJson), "jas-test")
verifySimpleJsonJasResults(t, output, 3, 9, 7, 2)
verifySimpleJsonJasResults(t, output, 1, 9, 7, 2)
}

func TestXrayAuditJasSimpleJsonWithConfig(t *testing.T) {
Expand Down

0 comments on commit 205e6fe

Please sign in to comment.