From 6c56836bd85dc786ec794cee4d15d1d10dc3cec4 Mon Sep 17 00:00:00 2001 From: Ryosuke Tomita <> Date: Sun, 17 Dec 2023 23:43:38 +0900 Subject: [PATCH] update --- copilot/pipelines/react-app-pipeline/buildspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/copilot/pipelines/react-app-pipeline/buildspec.yml b/copilot/pipelines/react-app-pipeline/buildspec.yml index f8402e0..9408aa8 100644 --- a/copilot/pipelines/react-app-pipeline/buildspec.yml +++ b/copilot/pipelines/react-app-pipeline/buildspec.yml @@ -67,6 +67,7 @@ phases: done; done; - ls -lah ./infrastructure + - cat ./infrastructure/dev-svc-dev-env.params.json # Run trivy scan on the docker images. - trivy image --vuln-type os --no-progress --format table -o container-scanning-report.txt --severity CRITICAL,HIGH $(jq -r '.Parameters[].ContainerImage' ./infrastructure/dev-svc-dev-env.params.json) - cat container-scanning-report.txt