Issue
I am trying to create a Jenkins/Fargate CI-CD workflow ( via the ECS-Fargate plugin). So jenkins would make use of Fargate tasks to do its work.
Two of the stages that i'm trying as part of the workflow:
Docker Build
How can we build or create a docker image out of a docker file on Fargate?
Docker Image scan
How and what tools can we use to scan and run the docker image scan stage on Fargate.
Solution
You can refer to this blog post for #1.
As per #2, Amazon ECR supports image scans so you can leverage that.
Answered By - mreferre