Skip to content

Commit d5e9bea

Browse files
Updating Helm Docs
Signed-off-by: secureCodeBoxBot <securecodebox@iteratec.com>
1 parent 9deae97 commit d5e9bea

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

scanners/git-repo-scanner/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Otherwise your changes will be reverted/overwritten automatically due to the bui
3535

3636
## What is Git-Repo-Scanner?
3737

38-
Git-Repo-Scanner is a small Python script which discovers repositories on GitHub or GitLab. The main purpose of this scanner
38+
Git-Repo-Scanner is a small Go project which discovers repositories on GitHub or GitLab. The main purpose of this scanner
3939
is to provide a cascading input for the [gitleaks](https://www.securecodebox.io/docs/scanners/gitleaks) and [semgrep](https://www.securecodebox.io/docs/scanners/semgrep) scanners.
4040

4141
## Deployment
@@ -146,3 +146,4 @@ Code of secureCodeBox is licensed under the [Apache License 2.0][scb-license].
146146
[scb-mastodon]: https://infosec.exchange/@secureCodeBox
147147
[scb-slack]: https://owasp.org/slack/invite
148148
[scb-license]: https://github.com/secureCodeBox/secureCodeBox/blob/master/LICENSE
149+

scanners/git-repo-scanner/docs/README.ArtifactHub.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht
4242

4343
## What is Git-Repo-Scanner?
4444

45-
Git-Repo-Scanner is a small Python script which discovers repositories on GitHub or GitLab. The main purpose of this scanner
45+
Git-Repo-Scanner is a small Go project which discovers repositories on GitHub or GitLab. The main purpose of this scanner
4646
is to provide a cascading input for the [gitleaks](https://www.securecodebox.io/docs/scanners/gitleaks) and [semgrep](https://www.securecodebox.io/docs/scanners/semgrep) scanners.
4747

4848
## Deployment
@@ -59,9 +59,9 @@ The scanner options can be divided into two groups for Gitlab and GitHub. You ca
5959
repository type with the option:
6060

6161
```bash
62-
--git-type github
62+
--git-type GitHub
6363
or
64-
--git-type gitlab
64+
--git-type GitLab
6565
```
6666

6767
#### GitHub
@@ -168,3 +168,4 @@ Code of secureCodeBox is licensed under the [Apache License 2.0][scb-license].
168168
[scb-mastodon]: https://infosec.exchange/@secureCodeBox
169169
[scb-slack]: https://owasp.org/slack/invite
170170
[scb-license]: https://github.com/secureCodeBox/secureCodeBox/blob/master/LICENSE
171+

scanners/git-repo-scanner/docs/README.DockerHub-Parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docker pull securecodebox/parser-git-repo-scanner
5353

5454
## What is Git-Repo-Scanner?
5555

56-
Git-Repo-Scanner is a small Python script which discovers repositories on GitHub or GitLab. The main purpose of this scanner
56+
Git-Repo-Scanner is a small Go project which discovers repositories on GitHub or GitLab. The main purpose of this scanner
5757
is to provide a cascading input for the [gitleaks](https://www.securecodebox.io/docs/scanners/gitleaks) and [semgrep](https://www.securecodebox.io/docs/scanners/semgrep) scanners.
5858

5959
## Community

scanners/git-repo-scanner/docs/README.DockerHub-Scanner.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docker pull securecodebox/scanner-git-repo-scanner
5353

5454
## What is Git-Repo-Scanner?
5555

56-
Git-Repo-Scanner is a small Python script which discovers repositories on GitHub or GitLab. The main purpose of this scanner
56+
Git-Repo-Scanner is a small Go project which discovers repositories on GitHub or GitLab. The main purpose of this scanner
5757
is to provide a cascading input for the [gitleaks](https://www.securecodebox.io/docs/scanners/gitleaks) and [semgrep](https://www.securecodebox.io/docs/scanners/semgrep) scanners.
5858

5959
## Scanner Configuration
@@ -62,9 +62,9 @@ The scanner options can be divided into two groups for Gitlab and GitHub. You ca
6262
repository type with the option:
6363

6464
```bash
65-
--git-type github
65+
--git-type GitHub
6666
or
67-
--git-type gitlab
67+
--git-type GitLab
6868
```
6969

7070
#### GitHub
@@ -124,3 +124,4 @@ As for any pre-built image usage, it is the image user's responsibility to ensur
124124
[scb-mastodon]: https://infosec.exchange/@secureCodeBox
125125
[scb-slack]: https://owasp.org/slack/invite
126126
[scb-license]: https://github.com/secureCodeBox/secureCodeBox/blob/master/LICENSE
127+

0 commit comments

Comments
 (0)