Giter VIP home page Giter VIP logo

Comments (3)

olbrew avatar olbrew commented on June 24, 2024 1

I'm a bit stuck here. I have a dependency in the node_modules directory which is causing a lot of false positives. However I change or update your example it doesn't work for me. Using your regex adapted to ^\./directory/relative/to/root:.*' still gives errors in the specified directory.
Ideally I want to exclude all all node_modules directories and all subdirectories occurring anywhere in my project. A simple regex such as '*node_modules/*' looks like it should do the job but it doesn't work either. Anyone an idea of how to solve this?

from git-secrets.

dizzersee avatar dizzersee commented on June 24, 2024 1

@olbrew Did you solve the issue?

// edit

I managed to get it work like that:
allowed = dir/file:.*

Adding that in .git/config under [secrets] worked, it ignores all matches in the file.

from git-secrets.

mtdowling avatar mtdowling commented on June 24, 2024

You can add an "allowed" pattern that excludes specific directories via the regular expression. The lines scanned when filtering out allowed patterns is formatted as follows:

filename:line:text

Where filename is the matched file (e.g., ./foo/bar.txt), line is a line number (e.g., 124), and text is the line of the file that matched one of your prohibited patterns (e.g., "this is the text").

You can add an allowed pattern that can filter out directories and files using regular expressions. This will exclude all matches in "somedirectory/name":

git secrets --add --allowed '^\./somedirectory/name:.*'

from git-secrets.

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.