samvera / maintenance

Organizing repository for the Core Components Maintenance Interest Group.
Apache License 2.0
0 stars 3 forks source link

Integrate `bundler-audit` into the CircleCI continuous integration process #103

Open jrgriffiniii opened 2 years ago

jrgriffiniii commented 2 years ago

Using https://github.com/rubysec/bundler-audit following the generation of a Gemfile.lock within the CircleCI build process would provide a more verbose process for undertaking security audits for components than simply relying upon Dependabot:

cjcolvar commented 2 years ago

What would the appropriate behavior be when running bundler-audit? Should it fail the CI build or just print its output? I'm worried that the former might be too restrictive and the latter will be easily overlooked.