Giter Site home page Giter Site logo

Comments (6)

postmodern avatar postmodern commented on August 21, 2024

A rake task is a good idea.

from bundler-audit.

postmodern avatar postmodern commented on August 21, 2024

A contributor added a basic rake task in 4334a11. I had to revert it to release 0.3.1, but it will come back in 0.4.0.

from bundler-audit.

derekprior avatar derekprior commented on August 21, 2024

Here's the task we're using on our projects at thoughtbot:
https://github.com/thoughtbot/suspenders/blob/master/templates/bundler_audit.rake

Would this be acceptable as a contribution?

from bundler-audit.

postmodern avatar postmodern commented on August 21, 2024

@derekprior looks good. You should formalize that into a Task class, sans any mention of Rails of course.

from bundler-audit.

reconbot avatar reconbot commented on August 21, 2024

I added this to my ci's config'

bundle exec 'bundle-audit update && bundle-audit check'

works like a charm

from bundler-audit.

JustinAiken avatar JustinAiken commented on August 21, 2024

You guys may be interested in #104

I'm using it in Jenkins like:

# Bundler Audit:
set +e 
bundle exec bundle-audit update && bundle exec bundle-audit -o=bundler_audit/index.html
export BUNDLER_AUDIT_FAILED=$? 
set -e

And then using the HTML Publisher Plugin to save the generated html file along with my spec results/coverage/brakeman/rubycritic/etc reports.

from bundler-audit.

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.