Skip to content

Commit

Permalink
Remove multiScanId which was changed in jfrog-cli-core jfrog#4
Browse files Browse the repository at this point in the history
  • Loading branch information
guyshe-jfrog committed Jan 31, 2024
1 parent f0081c8 commit 5c4a016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/scan/jasrunner_cves.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ func runJasScannersAndSetResults(scanResults *utils.Results, cveList []string,
log.Warn("To include 'Advanced Security' scan as part of the audit output, please run the 'jf c add' command before running this command.")
return
}
multiScanId := "" // Also empty for audit
scanner, err := jas.NewJasScanner(workingDirs, serverDetails, multiScanId)
scanner, err := jas.NewJasScanner(workingDirs, serverDetails)
if err != nil {
return
}
Expand Down

0 comments on commit 5c4a016

Please sign in to comment.