You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
JonZeolla edited this page Jan 1, 2020
·
2 revisions
easy_sast supports building a docker image image that has a custom base, such as a company standard base image for containers. In order to override the base image of the Final stage, run the following, replacing custom-base and 3.2.1 with the image and tag you'd like to use:
make build FROM_IMAGE=custom-base FROM_IMAGE_TAG=3.2.1