From 531b19c094b40327b7a43eaae75cd2b0edb63c62 Mon Sep 17 00:00:00 2001 From: Ryosuke Tomita <> Date: Sun, 17 Dec 2023 13:05:18 +0900 Subject: [PATCH] cat --- 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 3f2973f..21b78a3 100644 --- a/copilot/pipelines/react-app-pipeline/buildspec.yml +++ b/copilot/pipelines/react-app-pipeline/buildspec.yml @@ -17,6 +17,7 @@ phases: gpgcheck=1 enabled=1 gpgkey=https://aquasecurity.github.io/trivy-repo/rpm/public.key' | tee -a /etc/yum.repos.d/trivy.repo + cat /etc/yum.repos.d/trivy.repo - yum -y update - yum -y install trivy - chmod +x trivy