Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryosuke Tomita committed Dec 17, 2023
1 parent 3041398 commit 6c56836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copilot/pipelines/react-app-pipeline/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c56836

Please sign in to comment.