-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello team, we start to use Inspector for PoC to replace Snyk
After scanning we get a report where the count of vulnerabilities in the short report does not match the vulnerabilities in a long report
For example
On the screen, you can see
Critical 2
High 2
Medium 7
Low 1
Other 5
But in the list of vulnerabilities, we saw only 1 Critical
is this a bug or did we miss something?
We plan to fail the pipeline when the count of critical vulnerabilities is greater than 0 but in this case, we always have 1 Critical vulnerability
P.S Question we compare the Vulnerabilities that are shown in the AWS Inspector console with what we get in the GitHub action pipeline and those 2 lists do not match too
In AWS Inspector we got
3 Critical
5 High
10 medium
For example, vulnerabilities CVE-2023-42282 and MAL-2022-4691 did not show in the Pipeline report
Does AWS Inspector use different types of scanning? Can we achieve the same report in both tools?