diff --git a/internal/commands/result.go b/internal/commands/result.go index a11ba417e..1bca1f6b9 100644 --- a/internal/commands/result.go +++ b/internal/commands/result.go @@ -1088,7 +1088,6 @@ func filterResultsByType(results *wrappers.ScanResultsCollection, excludedTypes func filterScsResultsByAgent(results *wrappers.ScanResultsCollection, agent string) *wrappers.ScanResultsCollection { unsupportedTypesByAgent := map[string][]string{ - commonParams.DefaultAgent: {}, commonParams.VSCodeAgent: {commonParams.SCSScorecardType}, commonParams.JetbrainsAgent: {commonParams.SCSScorecardType, commonParams.SCSSecretDetectionType}, commonParams.EclipseAgent: {commonParams.SCSScorecardType, commonParams.SCSSecretDetectionType},