As part of the build process I'd like to run some security checks.
I have the security tools and config stored in a Docker container, as part of the build I'd like to run this container and gather the results (exit code).
I've managed to do this with Jenkins but can't seem to figure out how it's done on Azure VSTS.
I've had a play around with Azure container services and registry with the VSTS docker plugin but still no joy.
Any ideas or advice would be appreciated.