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