awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.36k stars 1.17k forks source link

Fedora RPM package #143

Closed kees-closed closed 4 years ago

kees-closed commented 4 years ago

Hi,

As is required, I would like to inform you that I'm in the process of packaging git-secrets for Fedora. The spec file and Bugzilla URL can be found in this temporary git repo.

kees-closed commented 4 years ago

Package is included now in Fedora 30 and 31.

$ dnf info git-secrets
Last metadata expiration check: 0:22:46 ago on ma 10 feb 2020 10:32:59 CET.
Installed Packages
Name         : git-secrets
Version      : 1.3.0
Release      : 1.fc31
Architecture : noarch
Size         : 32 k
Source       : git-secrets-1.3.0-1.fc31.src.rpm
Repository   : @System
From repo    : updates
Summary      : Prevents committing secrets and credentials into git repos
URL          : https://github.com/awslabs/git-secrets/
License      : ASL 2.0
Description  : git-secrets scans commits, commit messages, and --no-ff merges to prevent
             : adding secrets into your git repositories. If a commit, commit message, or any
             : commit in a --no-ff merge history matches one of your configured prohibited
             : regular expression patterns, then the commit is rejected.