The Wayback Machine - https://web.archive.org/web/20220612062854/https://github.com/topics/misconfiguration
Skip to content
#

misconfiguration

Here are 11 public repositories matching this topic...

elchenberg
elchenberg commented May 25, 2022

According to the Debain wiki keys “MUST NOT be placed in /etc/apt/trusted.gpg.d or loaded by apt-key add.”: https://wiki.debian.org/DebianRepository/UseThirdParty

So instead of this:

wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | sudo apt-key add -
echo deb https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.
help wanted good first issue kind/feature

Improve this page

Add a description, image, and links to the misconfiguration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the misconfiguration topic, visit your repo's landing page and select "manage topics."

Learn more