Skip to content

Commit

Permalink
New version: Gitleaks.Gitleaks version 8.22.0 (#204556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Okeanos authored Jan 2, 2025
1 parent 2c4b516 commit 958e086
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Created with komac v2.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: Gitleaks.Gitleaks
PackageVersion: 8.22.0
InstallerLocale: en-US
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: gitleaks.exe
Commands:
- gitleaks
FileExtensions:
- toml
ReleaseDate: 2024-12-20
Installers:
- Architecture: x86
InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.22.0/gitleaks_8.22.0_windows_x32.zip
InstallerSha256: 85A73E9888148A00A8F22C93A9C0079482C84AEF3CEC4B1593E19D4485CE0173
- Architecture: x64
InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.22.0/gitleaks_8.22.0_windows_x64.zip
InstallerSha256: B488E255433C709C4FEB67C8497024DDC2633BD7C94CADC30E4B64CF82AB7410
- Architecture: arm
InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.22.0/gitleaks_8.22.0_windows_armv7.zip
InstallerSha256: 88747CC4C520791FDB1745CF709CAE423E82A1D9A2F7A5117BB9C3BD72A100B2
ManifestType: installer
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Created with komac v2.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json

PackageIdentifier: Gitleaks.Gitleaks
PackageVersion: 8.22.0
PackageLocale: en-US
Publisher: Gitleaks LLC
PublisherUrl: https://gitleaks.io/
PublisherSupportUrl: https://github.com/gitleaks/gitleaks/issues
Author: Zachary Rice
PackageName: Gitleaks
PackageUrl: https://github.com/gitleaks/gitleaks
License: MIT
LicenseUrl: https://github.com/gitleaks/gitleaks/blob/HEAD/LICENSE
Copyright: Copyright (c) 2019 Zachary Rice
CopyrightUrl: https://github.com/gitleaks/gitleaks/blob/master/LICENSE
ShortDescription: Protect and discover secrets using Gitleaks
Description: |-
Gitleaks is a SAST tool for detecting and preventing hardcoded secrets like passwords, api keys,
and tokens in git repos. Gitleaks is an easy-to-use, all-in-one solution for detecting secrets,
past or present, in your code.
Moniker: gitleaks
Tags:
- devsecops
- git
- gitleaks
- go
- golang
- hacktoberfest
- secret
- security
- security-tools
ReleaseNotes: |-
Changelog
- a91c671 replace std library regex engine with go-re2 (#1669)
This bumps the gitleaks binary size from around 8.5MB to 15MB but yields 2-4x speedup. Worth it imo. If you feel strongly against this change feel free to open an issue where we can discuss the tradeoffs in more depth. Credit to @ahrav
ReleaseNotesUrl: https://github.com/gitleaks/gitleaks/releases/tag/v8.22.0
ManifestType: defaultLocale
ManifestVersion: 1.9.0
8 changes: 8 additions & 0 deletions manifests/g/Gitleaks/Gitleaks/8.22.0/Gitleaks.Gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json

PackageIdentifier: Gitleaks.Gitleaks
PackageVersion: 8.22.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.9.0

0 comments on commit 958e086

Please sign in to comment.