Ignore two Carrierwave CVEs (#12634)

This commit is contained in:
Michael Kohl 2021-02-10 22:14:16 +07:00 committed by GitHub
parent d42ae2bc9a
commit 55a42ceaf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ jobs:
script:
- yarn test --colors
- bundle exec rails db:create db:schema:load assets:precompile
- bundle exec bundle-audit check --update --ignore CVE-2015-9284
- bundle exec bundle-audit check --update --ignore CVE-2015-9284 CVE-2021-21288 CVE-2021-21305
- bin/test-console-check
- yarn build-storybook
- bundle exec rake data_updates:run # required for at least creating the first admin user in e2e tests.