Skip to content

Comments

Updated GitLeaks to v7.3.0#312

Merged
rfelber merged 21 commits intomainfrom
update-gitleaks-version
Apr 11, 2021
Merged

Updated GitLeaks to v7.3.0#312
rfelber merged 21 commits intomainfrom
update-gitleaks-version

Conversation

@rfelber
Copy link
Member

@rfelber rfelber commented Mar 6, 2021

Description

This pull request if applied updates the gitleak version to the latest version v7.3.0.

Gitleaks Fork

Added a new secureCodeBox gitleaks fork at https://github.com/secureCodeBox/gitleaks

Important! This fork and referenced gitleak image also contains the additional the PR gitleaks/gitleaks#498

Testing

If you want to test this PR please reference the following docker image in your helmChart: docker pull securecodebox/scanner-git-repo-scanner:git-repo-rate-limit

Example HelmChart Values

image:
  # image.repository -- Container Image to run the scan
  repository: docker.io/securecodebox/scanner-gitleaks
  # image.tag -- defaults to the charts version
  tag: v7.3.0

Example HelmChart Install

You can use the following command to install and test this PR in your environment. For more general informations please check the scanner documentation : https://docs.securecodebox.io/docs/scanners/gitleaks

# Optional: Add the secureCodeBox Helm Repo
helm repo add secureCodeBox https://charts.securecodebox.io
# Install HelmChart (use -n to configure another namespace)
helm upgrade --install gitleaks secureCodeBox/gitleaks \
  --set="image.repository=docker.io/securecodebox/scanner-gitleaks" \
  --set="image.tag=v7.3.0"

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure npm test runs for the whole project.

@rfelber rfelber added the dependencies Pull requests that update a dependency file label Mar 6, 2021
@rfelber rfelber self-assigned this Mar 6, 2021
@rfelber rfelber linked an issue Mar 8, 2021 that may be closed by this pull request
@rfelber rfelber requested a review from J12934 March 12, 2021 10:30
@rfelber rfelber enabled auto-merge March 31, 2021 21:28
@rfelber rfelber requested a review from nigthknight March 31, 2021 21:28
@rfelber rfelber changed the title Updated gitleaks to v7.3.0 (forked SCB Version) Updated GitLeaks to v7.3.0 Mar 31, 2021
@J12934
Copy link
Member

J12934 commented Apr 1, 2021

Gitleaks integration tests are failing

@rfelber rfelber changed the title Updated GitLeaks to v7.3.0 Updated GitLeaks to v7.4.0 Apr 10, 2021
@rfelber rfelber changed the title Updated GitLeaks to v7.4.0 Updated GitLeaks to v7.3.0 Apr 11, 2021
@rfelber rfelber disabled auto-merge April 11, 2021 20:42
@rfelber rfelber merged commit aa334d6 into main Apr 11, 2021
@rfelber rfelber deleted the update-gitleaks-version branch April 11, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📌 Upgrade gitleaks to the latest 7.x.x release

4 participants