zendesk / samson

Web interface for deployments, with plugin architecture and kubernetes support
Other
1.45k stars 234 forks source link

chore: bump brakeman to latest version to fix build #4028

Closed a7i closed 2 years ago

a7i commented 2 years ago

Fix build issue:

Run bundle exec rake $NAME
  bundle exec rake $NAME
  shell: /usr/bin/bash -e {0}
  env:
    RAILS_ENV: test
    NAME: brakeman
Brakeman 5.2.3 is not the latest version 5.3.1
Fix the found issues, or add new ignored with:
bundle exec brakeman --add-engine-path 'plugins/*' -I
Error: Process completed with exit code 1.

References

Risks