-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
127 changed files
with
3,856 additions
and
1,641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule SecretScanner
updated
10 files
+1 −2 | go.mod | |
+2 −4 | go.sum | |
+20 −6 | jobs/scan.go | |
+4 −68 | jobs/status.go | |
+1 −13 | main.go | |
+5 −4 | scan/process_container.go | |
+11 −27 | scan/process_image.go | |
+0 −18 | scan/scan_context.go | |
+4 −4 | server/grpc.go | |
+0 −290 | server/http.go |
Submodule YaraHunter
updated
15 files
+19 −4 | Dockerfile | |
+2 −2 | docs/yara-rules/listing.json | |
+3 −4 | go.mod | |
+6 −7 | go.sum | |
+0 −6 | pkg/config/options.go | |
+2 −2 | pkg/jobs/common.go | |
+0 −67 | pkg/jobs/status.go | |
+7 −6 | pkg/runner/ioc.go | |
+5 −14 | pkg/runner/runner.go | |
+1 −1 | pkg/runner/updater.go | |
+15 −14 | pkg/scan/process_container.go | |
+19 −35 | pkg/scan/process_image.go | |
+3 −14 | pkg/scan/scanner.go | |
+25 −7 | pkg/server/grpc.go | |
+0 −299 | pkg/server/http.go |
Submodule package-scanner
updated
4 files
+2 −2 | go.mod | |
+2 −2 | go.sum | |
+0 −56 | output/output.go | |
+45 −34 | sbom/grpc.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.