Skip to content

Commit

Permalink
rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryosuke Tomita committed Dec 17, 2023
1 parent f6f1b1c commit c791797
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions copilot/pipelines/react-app-pipeline/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ phases:
- chmod +x ./copilot-linux
# Download trivy. https://aquasecurity.github.io/trivy/v0.48/getting-started/installation/
- echo "install trivy"
- wget -q https://github.com/aquasecurity/trivy/releases/download/v0.48.0/trivy_0.48.0_Linux-64bit.rpm -O trivy.rpm
- yum -y install ./trivy.rpm
- rpm -ivh https://github.com/aquasecurity/trivy/releases/download/v0.48.0/trivy_0.48.0_Linux-64bit.rpm

build:
commands:
Expand Down

0 comments on commit c791797

Please sign in to comment.