Hi, I have a Rails application that I’ve setup and was wondering which API would be the proper one to use to run “post test” security scans? At the moment I just have them running as extra run steps at the end of the build (https://github.com/tomekr/cocktail-yeti/blob/master/.circleci/config.yml#L68-L76).
Would a best practice here be to put it into a separate job?
Thanks,
Tom