Skip to content

Commit

Permalink
Remove astCli from unsupported agents for scs results
Browse files Browse the repository at this point in the history
  • Loading branch information
Korjen97 committed Oct 16, 2024
1 parent c45a575 commit 0658265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/commands/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 0658265

Please sign in to comment.