main
yml 5 lines 226 Bytes
Raw
1 # Audit all gems listed in the Gemfile for known security problems by running bin/bundler-audit.
2 # CVEs that are not relevant to the application can be enumerated on the ignore list below.
3
4 ignore:
5 - CVE-THAT-DOES-NOT-APPLY