Giter Site home page Giter Site logo

Comments (3)

zricethezav avatar zricethezav commented on May 22, 2024

negative, they are not

from gitleaks.

keirans avatar keirans commented on May 22, 2024

Interesting this came up, I was thinking about this last week, having a set of patterns that cloud be used as 'indications of bad commits' or development practices.

A basic set of examples could be (as blocks of regex)

  • (updating|adding)AWSkey
  • (deleting|removing)*(secret|key|credential)
  • (adding|updating|committing)*(private|ssh|)*key

It would sit quite well in an external file, however, i think you would need to restructure the outputs file a little to ensure parsing the results was a little cleaner.

A structure for this could be as follows:

---
reponame: 
    results: [ ]
    indicators: []

The results array would be the contents as it currently is.
The Indicators could be a set of results in the same format to your current results output (array of hashes) that contain commit message results.

Just my 2 cents :)

K

from gitleaks.

zricethezav avatar zricethezav commented on May 22, 2024

This will be added in the next gitleaks release

from gitleaks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.