Template for a good new topic, formatted with Markdown:
- ALM used Bitbucket Cloud
- CI system used Bitbucket Cloud
- Languages of the repository JS/TS, Python
Issue
The scanning phase is done after the build phase in the official docs, but we directly build Docker images in the Build process of CI.
Can we perform SAST scanning along with the Docker build process, or do we need to perform two separate build steps?
Currently, we don’t make use of any automated tests in our pipeline, so can you please recommend automated tests for JS/TS and Python stacks? Which tools can we make use of in our CI/CD process?