Skip to content

wegift/gitleaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‹ gitleaks Docker Image

This docker image provides gitleaks for use in CI.

🦊 Use in GitLab CI

gitleaks:
  stage: test
  image: ghcr.io/wegift/gitleaks:<version>
  script:
    - gitleaks detect --redact --verbose

πŸ›« Releasing

To make a new release create a tag with the desired version. We do not prefix the version number with v as this is the standard within the Docker ecosystem.

git tag -am "<description>" X.Y.Z
git push origin X.Y.Z

Then create a release in GitHub for this tag. CI will then run and publish the version to GHCR.

About

πŸ‹ Docker Image with gitleaks installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published