File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import "github.com/jfrog/jfrog-cli-security/utils/techutils"
77
88// This struct holds the sorted results of the simple-json output.
99type SimpleJsonResults struct {
10- // TODO eran - in the new violations parser we enter the new violations results here (create new fields) and they will be printed at the end
1110 Vulnerabilities []VulnerabilityOrViolationRow `json:"vulnerabilities"`
1211 SecurityViolations []VulnerabilityOrViolationRow `json:"securityViolations"`
1312 LicensesViolations []LicenseRow `json:"licensesViolations"`
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ type ResultsStreamFormatParser[T interface{}] interface {
5454 ParseScaVulnerabilities (target results.ScanTarget , scaResponse services.ScanResponse , applicabilityRuns ... * sarif.Run ) error
5555 ParseLicenses (target results.ScanTarget , licenses []services.License ) error
5656 // Parse JAS content to the current scan target
57- // TODO eran first - add new arg to all interface implementation and start making adjustments between vulnerabilities and violations
5857 ParseSecrets (target results.ScanTarget , isViolationsResults bool , secrets ... * sarif.Run ) error
5958 ParseIacs (target results.ScanTarget , isViolationsResults bool , iacs ... * sarif.Run ) error
6059 ParseSast (target results.ScanTarget , isViolationsResults bool , sast ... * sarif.Run ) error
You can’t perform that action at this time.
0 commit comments