Public GPG key updated for Trivy deb/rpm repositories #10549
DmitriyLewen
announced in
Announcements
Replies: 1 comment 2 replies
|
The error that I was seeing (that eventually brought me here) was: Though when I did |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Public GPG key updated for Trivy deb/rpm repositories
As part of the ongoing security hardening following the security incident (conclusion), we have rotated the GPG signing key used for the Trivy deb and rpm package repositories (
trivy-repo).The old GPG key (
2E2D3567461632C84BB6CD6FE9D0A3616276FA6C) has been replaced with a new key (825AD9036F7C850E6A6FED4935B8ACA44FD9CA9F). All future packages will be signed with the new key.Error you will see with the old key
Debian/Ubuntu (
apt):RHEL/CentOS (
yum/dnf):How to fix: update the GPG key
Debian/Ubuntu:
RHEL/CentOS:
Why was the key rotated?
As described in the conclusion post, a full credential reset was performed as part of the incident remediation — all previously issued tokens and keys were revoked. The GPG signing key for the package repository was rotated as part of this effort to ensure the integrity of future releases.
All reactions