Giter VIP home page Giter VIP logo

Comments (8)

harinee avatar harinee commented on May 20, 2024

@jskswamy Did you add the file name to .talismanignore? Did it still not work?

from talisman.

jskswamy avatar jskswamy commented on May 20, 2024

@harinee yes it works after adding it to .talismanignore file, in the future, may be based on the programming language can this tool automatically ignores certain file?

from talisman.

harinee avatar harinee commented on May 20, 2024

@jskswamy Certain files like what? Please give some examples.
I would be wary of putting in such any automated way of ignoring files, since it could be very project-specific. Taking time to review the files for false negatives is a lesser nuisance than actually checking in sensitive information on your repos.

from talisman.

jskswamy avatar jskswamy commented on May 20, 2024

The current solution works very well and there is no need to auto ignoring files since its related to security.

from talisman.

arunvelsriram avatar arunvelsriram commented on May 20, 2024

Even if I ignore Gopkg.lock, talisman reports it next time I add a new go dependency. This is quite annoying as this file is not going to contain any secret Gopkg.lock AFAIK.

Maybe we could allow the user to ignore files completely from talisman.

from talisman.

arunvelsriram avatar arunvelsriram commented on May 20, 2024

Also, vendor/ directory which contains go code of external dependencies is being scanned by talisman.

It would be better if I could ignore the entire directory from being scanned.

from talisman.

harinee avatar harinee commented on May 20, 2024

@arunvelsriram there is more risk to opening up an option of completely ignoring specific files/folder FOREVER, than it brings benefit.
Also, we have continually strived to keep Talisman agnostic of the tech stack that one uses.
We have already put in effort to simplify finding the checksum to update in .talismanrc by either finding it on your console when you try to commit/push, OR by calculating the checksum for multiple files at once using the checksum calculator before making a commit.

from talisman.

harinee avatar harinee commented on May 20, 2024

For the record, we have raised #122 to handle requests specific to files generated by tech stacks. Please track the same

from talisman.

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.