Skip to content

Commit

Permalink
remove aptsources namespace detector (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann authored Jan 29, 2025
1 parent 417e6a5 commit c4e9e87
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 143 deletions.
1 change: 0 additions & 1 deletion cmd/clair/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ import (
_ "github.com/stackrox/scanner/ext/featurefmt/dpkg"
_ "github.com/stackrox/scanner/ext/featurefmt/rpm"
_ "github.com/stackrox/scanner/ext/featurens/alpinerelease"
_ "github.com/stackrox/scanner/ext/featurens/aptsources"
_ "github.com/stackrox/scanner/ext/featurens/busybox"
_ "github.com/stackrox/scanner/ext/featurens/lsbrelease"
_ "github.com/stackrox/scanner/ext/featurens/osrelease"
Expand Down
92 changes: 0 additions & 92 deletions ext/featurens/aptsources/aptsources.go

This file was deleted.

48 changes: 0 additions & 48 deletions ext/featurens/aptsources/aptsources_test.go

This file was deleted.

1 change: 0 additions & 1 deletion localdev/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import (
_ "github.com/stackrox/scanner/ext/featurefmt/dpkg"
_ "github.com/stackrox/scanner/ext/featurefmt/rpm"
_ "github.com/stackrox/scanner/ext/featurens/alpinerelease"
_ "github.com/stackrox/scanner/ext/featurens/aptsources"
_ "github.com/stackrox/scanner/ext/featurens/busybox"
_ "github.com/stackrox/scanner/ext/featurens/lsbrelease"
_ "github.com/stackrox/scanner/ext/featurens/osrelease"
Expand Down
1 change: 0 additions & 1 deletion worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import (

// Register the required detectors.
_ "github.com/stackrox/scanner/ext/featurefmt/dpkg"
_ "github.com/stackrox/scanner/ext/featurens/aptsources"
_ "github.com/stackrox/scanner/ext/featurens/osrelease"
_ "github.com/stackrox/scanner/ext/imagefmt/docker"
)
Expand Down

0 comments on commit c4e9e87

Please sign in to comment.