-
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.1 (#204557)
- Loading branch information
Showing
3 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
manifests/g/Gitleaks/Gitleaks/8.22.1/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.1 | ||
InstallerLocale: en-US | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: gitleaks.exe | ||
Commands: | ||
- gitleaks | ||
FileExtensions: | ||
- toml | ||
ReleaseDate: 2024-12-30 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.22.1/gitleaks_8.22.1_windows_x32.zip | ||
InstallerSha256: 1B23A8C5CBA0A398939FB70595EA700F81390EC9F9B07E691775E98384E86D53 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.22.1/gitleaks_8.22.1_windows_x64.zip | ||
InstallerSha256: 8E3C4F7A73D79240B7184849BACEC7CEDEF1445D0B727EE7A2C078EC50DCC50D | ||
- Architecture: arm | ||
InstallerUrl: https://github.com/gitleaks/gitleaks/releases/download/v8.22.1/gitleaks_8.22.1_windows_armv7.zip | ||
InstallerSha256: DDDB2CD13F421BCB9A54C7FD9C3A6460AC38EE1D820E7EC39CCBB4BBCEFCE63A | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
45 changes: 45 additions & 0 deletions
45
manifests/g/Gitleaks/Gitleaks/8.22.1/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,45 @@ | ||
# 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.1 | ||
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 | ||
- b69b515 Entropy trace (#1659) | ||
- 7357adc build: add 'toolchain' to go.mod (#1682) | ||
- 4c3da6e refactor(detect): create readUntilSafeBoundary + add tests (#1676) | ||
- dbe3746 twitter really does suck ass now | ||
- 7edfc6b chore(tests): test cases for generate.go (#1623) | ||
- efe40ca fix: only use non-empty secret groups (#1632) | ||
- 7cb5f6f build: upgrade sprig v2->v3 (#1674) | ||
- 2930537 fix: generate report file even if no findings (#1673) | ||
ReleaseNotesUrl: https://github.com/gitleaks/gitleaks/releases/tag/v8.22.1 | ||
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.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |