Ignore two Carrierwave CVEs (#12634)
This commit is contained in:
parent
d42ae2bc9a
commit
55a42ceaf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue