-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Gitleaks.Gitleaks version 8.22.0 (#204556)
- Loading branch information
Showing
3 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
manifests/g/Gitleaks/Gitleaks/8.22.0/Gitleaks.Gitleaks.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
40 changes: 40 additions & 0 deletions
40
manifests/g/Gitleaks/Gitleaks/8.22.0/Gitleaks.Gitleaks.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |