Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion try-copa/background.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ curl -s https://api.github.com/repos/project-copacetic/copacetic/releases/latest
tar -xzf copa*
mv copa /usr/local/bin/copa

snap install trivy
apt-get install wget gnupg
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg --dearmor | tee /usr/share/keyrings/trivy.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/trivy.gpg] https://aquasecurity.github.io/trivy-repo/deb generic main" | tee -a /etc/apt/sources.list.d/trivy.list
apt-get update
apt-get install trivy

touch /tmp/finished