From a0df3ee35e4dcd2c50687bd6cccbd872dcf1ffa9 Mon Sep 17 00:00:00 2001 From: b31ngd3v Date: Fri, 1 Jul 2022 17:45:52 +0530 Subject: [PATCH] docs: fix file extension in package list scanning --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04e0d18ef9..ebd0b969c2 100644 --- a/README.md +++ b/README.md @@ -226,11 +226,11 @@ For further information about all of these options, please see [the CVE Binary T You can get a package list of all installed packages in -- a system using dpkg package manager by running `dpkg-query -W -f '${binary:Package}\n' > pkg-list` -- a system using pacman package manager by running `pacman -Qqe > pkg-list` -- a system using rpm package manager by running `rpm -qa --queryformat '%{NAME}\n' > pkg-list` +- a system using dpkg package manager by running `dpkg-query -W -f '${binary:Package}\n' > pkg-list.txt` +- a system using pacman package manager by running `pacman -Qqe > pkg-list.txt` +- a system using rpm package manager by running `rpm -qa --queryformat '%{NAME}\n' > pkg-list.txt` -in the terminal and provide it as an input by running `cve-bin-tool -L pkg-list` for a full package scan. +in the terminal and provide it as an input by running `cve-bin-tool -L pkg-list.txt` for a full package scan. ## Configuration