Skip to content

Commit 587ec1c

Browse files
authored
Merge pull request #1300 from secureCodeBox/dependencies/upgrading-gitleaks-to-v8.10.2
[SCB-Bot] Upgraded gitleaks from v8.6.1 to v8.10.2
2 parents b642f47 + 7f5bc83 commit 587ec1c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

scanners/gitleaks/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: A Helm chart for the gitleaks repository scanner that integrates wi
88
type: application
99
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
1010
version: v3.1.0-alpha1
11-
appVersion: "v8.6.1"
11+
appVersion: "v8.10.2"
1212
kubeVersion: ">=v1.11.0-0"
1313
annotations:
1414
versionApi: https://api.github.com/repos/zricethezav/gitleaks/releases/latest

scanners/gitleaks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Gitleaks"
33
category: "scanner"
44
type: "Repository"
55
state: "released"
6-
appVersion: "v8.6.1"
6+
appVersion: "v8.10.2"
77
usecase: "Find potential secrets in repositories"
88
---
99

scanners/gitleaks/docs/README.DockerHub-Parser.md

Lines changed: 1 addition & 1 deletion
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
## Supported Tags
4444
- `latest` (represents the latest stable release build)
45-
- tagged releases, e.g. `v8.6.1`
45+
- tagged releases, e.g. `v8.10.2`
4646

4747
## How to use this image
4848
This `parser` image is intended to work in combination with the corresponding security scanner docker image to parse the `findings` results. For more information details please take a look at the documentation page: https://www.securecodebox.io/docs/scanners/gitleaks.

scanners/gitleaks/integration-tests/gitleaks.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test(
3737
// Bash script to create a git repo with a demo file
3838
`cd /repo && \\
3939
git init && \\
40-
echo '-----BEGIN PRIVATE KEY-----' > secret.pem && \\
40+
echo '-----BEGIN PRIVATE KEY----------END PRIVATE KEY-----' > secret.pem && \\
4141
git config --global user.name test && \\
4242
git config --global user.email user@example.com && \\
4343
git add secret.pem && \\

0 commit comments

Comments
 (0)