mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 07:10:41 -08:00
ci: add gpg signing for RPM packages (#4056)
This commit is contained in:
@@ -15,8 +15,9 @@ In this section you will find an aggregation of the different ways to install Tr
|
||||
[trivy]
|
||||
name=Trivy repository
|
||||
baseurl=https://aquasecurity.github.io/trivy-repo/rpm/releases/$RELEASE_VERSION/\$basearch/
|
||||
gpgcheck=0
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://aquasecurity.github.io/trivy-repo/rpm/public.key
|
||||
EOF
|
||||
sudo yum -y update
|
||||
sudo yum -y install trivy
|
||||
|
||||
Reference in New Issue
Block a user