-
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
1 parent
ea99b52
commit 4a2c4a5
Showing
46 changed files
with
181 additions
and
138 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
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
Submodule SecretScanner
updated
17 files
+3 −3 | Dockerfile | |
+2 −2 | Makefile | |
+34 −6 | README.md | |
+1 −1 | agent-plugins-grpc | |
+12 −1 | core/options.go | |
+1 −16 | docs/docs/secretscanner/configure/cli.md | |
+3 −1 | docs/docs/secretscanner/configure/output.md | |
+1 −1 | docs/docs/secretscanner/img/secretscanner.svg | |
+27 −3 | docs/docs/secretscanner/quickstart.md | |
+3 −3 | docs/docs/secretscanner/using/build.md | |
+0 −56 | docs/docs/secretscanner/using/grpc.md | |
+6 −2 | docs/docs/secretscanner/using/scan.md | |
+6 −6 | docs/docs/secretscanner/using/standalone.md | |
+1 −2 | docs/sidebars.js | |
+38 −36 | go.mod | |
+90 −78 | go.sum | |
+77 −1 | main.go |
Submodule YaraHunter
updated
22 files
+8 −12 | Dockerfile | |
+2 −2 | Makefile | |
+31 −2 | README.md | |
+1 −1 | agent-plugins-grpc | |
+2 −2 | docs/docs/yarahunter/configure/cli.md | |
+4 −2 | docs/docs/yarahunter/configure/output.md | |
+3 −1 | docs/docs/yarahunter/configure/rules.md | |
+1 −1 | docs/docs/yarahunter/img/yarahunter.svg | |
+23 −1 | docs/docs/yarahunter/index.md | |
+14 −3 | docs/docs/yarahunter/quickstart.md | |
+3 −3 | docs/docs/yarahunter/using/build.md | |
+1 −1 | docs/docs/yarahunter/using/grpc.md | |
+9 −3 | docs/docs/yarahunter/using/scan.md | |
+38 −35 | go.mod | |
+89 −72 | go.sum | |
+79 −0 | main.go | |
+14 −0 | pkg/config/options.go | |
+38 −0 | pkg/threatintel/feeds.go | |
+61 −0 | pkg/threatintel/listing.go | |
+79 −0 | pkg/threatintel/threatintel.go | |
+137 −0 | pkg/threatintel/utils.go | |
+8 −0 | utils/utils.go |
Submodule cloud-scanner
updated
15 files
Submodule compliance
updated
4 files
+5 −5 | .github/workflows/golang-linter.yaml | |
+2 −2 | Dockerfile | |
+15 −15 | go.mod | |
+40 −38 | go.sum |
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
Submodule package-scanner
updated
6 files
+5 −6 | Dockerfile | |
+1 −1 | Makefile | |
+3 −3 | README.md | |
+1 −1 | agent-plugins-grpc | |
+37 −33 | go.mod | |
+84 −77 | go.sum |
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.