Skip to content

Commit

Permalink
possible solution to test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk007 committed Dec 29, 2024
1 parent 47e8c63 commit b09a4af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scanpullrequest/scanallpullrequests_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ func TestScanAllPullRequestsMultiRepo(t *testing.T) {
Git: gitParams.Git,
JFrogPlatform: utils.JFrogPlatform{XrayVersion: xrayVersion, XscVersion: xscVersion},
Scan: utils.Scan{
FailOnSecurityIssues: &failOnSecurityIssues,
Projects: []utils.Project{{WorkingDirs: []string{utils.RootDir}, UseWrapper: &utils.TrueVal}}},
AddPrCommentOnSuccess: true,
FailOnSecurityIssues: &failOnSecurityIssues,
Projects: []utils.Project{{WorkingDirs: []string{utils.RootDir}, UseWrapper: &utils.TrueVal}}},
}

configAggregator := utils.RepoAggregator{
Expand Down

0 comments on commit b09a4af

Please sign in to comment.