Delete tailwindcss-stimulus-components.js (#12382)
[spree.git] / bin / brakeman.sh
blobda72f3e125e971adf723b0d28700fe2fbb44cc95
1 #!/bin/sh
3 set -euxo pipefail
5 ./bin/build-ci.rb install
6 bundle exec brakeman -p api/ --ignore-config api/brakeman.ignore --skip-files app/controllers/spree/api/v1/ --exit-on-warn --exit-on-error
7 bundle exec brakeman -p core/ --ignore-config core/brakeman.ignore --exit-on-warn --exit-on-error