macOS
brew install git-secretslocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-secrets pour les workflows d'agents IA.
installation
brew install git-secretslocal Homebrew formula metadata
sudo apt install git-secretsDebian stable package indexes · git-secrets · Source: deb.debian.org
sudo dnf install git-secretsFedora Rawhide package metadata · git-secrets · Source: dl.fedoraproject.org
nix profile install nixpkgs#git-secretsnixpkgs package indexes · pkgs/by-name/gi/git-secrets/package.nix · Source: api.github.com
aperçu
Prevents you from committing sensitive information to a git repo
historique
git-secrets is an AWS Labs command-line tool that installs Git hooks and scans commits for prohibited secret patterns. Its best-known workflow is preventing AWS credentials and other sensitive strings from entering Git history.
AWS Labs released git-secrets in 2015 as a hook-driven local scanner. The README documents pre-commit, commit-msg, and prepare-commit-msg hooks, as well as repository and global Git configuration for prohibited and allowed patterns.
The changelog shows rapid maturation after the initial release: 1.1.0 added full-history scanning, `.gitallowed`, cached/no-index/untracked scan modes, and staged-file scanning in hooks; 1.3.0 refined provider output handling, Windows path behavior, and IAM key detection.
git-secrets became a recognizable package because it came from AWS Labs and addressed a common Git failure mode with no server dependency. Homebrew and Linux distribution packaging made it easy to add to developer workstations and repository templates.
Practitioners run `git secrets --install` inside a repository, often followed by `git secrets --register-aws`, so commits are blocked when configured patterns are detected. They also run `git secrets --scan-history` before publishing a repository or add custom providers for organization-specific patterns.
The package is important in Git tooling culture because it turns secret scanning into local hooks and plain Git config. It is small, scriptable, and easy to wire into templates, which made it useful before and alongside hosted secret-scanning services.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.git/config~/.gitconfig~/.config/git/config/etc/gitconfigexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
git-secrets | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/awslabs/git-secrets
métadonnées d'installation
| Clé du paquet | brew:git-secrets |
|---|---|
| Version | 1.3.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/git-secrets |
| Page d'accueil | https://github.com/awslabs/git-secrets |
| Dépôt | https://github.com/awslabs/git-secrets |
| Docs amont | https://github.com/awslabs/git-secrets#readme |
| Licence | Apache-2.0 |
| Archive source | https://github.com/awslabs/git-secrets/archive/refs/tags/1.3.0.tar.gz |
| Bouteille | disponible (sur all) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-secrets |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
git-secrets 1.3.0-7
Prevents accidental commits of credentials
https://github.com/awslabs/git-secrets
sudo apt install git-secretsgit-secrets
nix profile install nixpkgs#git-secretsgit-secrets 1.3.0-7
Prevents accidental commits of credentials
https://github.com/awslabs/git-secrets
sudo apt install git-secretsgit-secrets 1.3.0-17.fc44
Prevents committing secrets and credentials into git repos
https://github.com/awslabs/git-secrets/
sudo dnf install git-secretspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.