Giter VIP home page Giter VIP logo

Comments (5)

michaelwittig avatar michaelwittig commented on June 25, 2024

Correct me if I'm wrong:

git-secrets --scan -r (no file/path given!)

was not working. it always died with "-r|--recursive cannot be supplied with --cached, --no-index, or --untracked". The test -recursive is mutual exclusive with --scan makes sure that this works now. it checks for success rather than error.

The test

@test "-recursive can only be used with --scan" {
repo_run git-secrets --list -r
[ $status -eq 1 ]
}
checks that --list can't be used with -r.

from git-secrets.

chrisgilmerproj avatar chrisgilmerproj commented on June 25, 2024

I actually can't get this to work in any format. I'm also sorry, I don't have the historical context of whether or not this worked previously.

$  git secrets --scan -r
-r|--recursive cannot be supplied with --cached, --no-index, or --untracked
$  git secrets --scan -r .
-r|--recursive cannot be supplied with --cached, --no-index, or --untracked
$  git secrets --scan -r `pwd`
-r|--recursive cannot be supplied with --cached, --no-index, or --untracked
$  git secrets --scan -r /full/path/to/my/git/repo/
-r|--recursive cannot be supplied with --cached, --no-index, or --untracked

Is there a debug or verbose mode where I can give you more information on what's going on with the internal variables?

Also, we should probably rename the test -recursive can only be used with --scan to --recursive can't be used with --list.

I wasn't clear on how to use the test suite or I would have attempted to submit a patch for this.

from git-secrets.

chrisgilmerproj avatar chrisgilmerproj commented on June 25, 2024

I take it back, I just figured out how to run the tests with bats. I'll see if I can't figure out what's going on.

from git-secrets.

mtdowling avatar mtdowling commented on June 25, 2024

This issue is now resolved, correct?

from git-secrets.

chrisgilmerproj avatar chrisgilmerproj commented on June 25, 2024

Yep! Thanks for the help.

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.