8000 [SCB-Bot] Upgraded gitleaks from v8.6.1 to v8.10.2 by secureCodeBoxBot · Pull Request #1300 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by exte 8000 nsion

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scanners/gitleaks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: A Helm chart for the gitleaks repository scanner that integrates wi
type: application
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v3.1.0-alpha1
appVersion: "v8.6.1"
appVersion: "v8.10.2"
kubeVersion: ">=v1.11.0-0"
annotations:
versionApi: https://api.github.com/repos/zricethezav/gitleaks/releases/latest
Expand Down
2 changes: 1 addition & 1 deletion scanners/gitleaks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Gitleaks"
category: "scanner"
type: "Repository"
state: "released"
appVersion: "v8.6.1"
appVersion: "v8.10.2"
usecase: "Find potential secrets in repositories"
---

Expand Down
2 changes: 1 addition & 1 deletion scanners/gitleaks/docs/README.DockerHub-Parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can find resources to help you get started on our [documentation website](ht

## Supported Tags
- `latest` (represents the latest stable release build)
- tagged releases, e.g. `v8.6.1`
- tagged releases, e.g. `v8.10.2`

## How to use this image
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.
Expand Down
2 changes: 1 addition & 1 deletion scanners/gitleaks/integration-tests/gitleaks.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test(
// Bash script to create a git repo with a demo file
`cd /repo && \\
git init && \\
echo '-----BEGIN PRIVATE KEY-----' > secret.pem && \\
echo '-----BEGIN PRIVATE KEY----------END PRIVATE KEY-----' > secret.pem && \\
git config --global user.name test && \\
git config --global user.email user@example.com && \\
git add secret.pem && \\
Expand Down
0