Skip to content

Commit

Permalink
Add note to vulnerability comparison pages about scanner false matches (
Browse files Browse the repository at this point in the history
#1073)

Signed-off-by: Jamon Camisso <[email protected]>
  • Loading branch information
jamonation authored Oct 18, 2023
1 parent 5adf870 commit 14ab578
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/partials/rumble-comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<div id="rumble">
<h2>Comparison chart for {{ $i.image }} images</h2>
<p>The following chart shows the past 30 days of Grype scans against the <code>{{ $i.left}}</code> image, and the
<code>{{$i.right}}</code> Chainguard Image.</code>
<code>{{$i.right}}</code> Chainguard Image.</code> Note that all scanners may find false positives or
miss false negative vulnerabilities. For more information about false results, visit our <a href="/chainguard/chainguard-images/scanners/false-results">False Positives and False Negatives with Images Scanners page</a>.
</p>
<div>
<iframe scrolling="no" style="width:100%; min-height:400px; border: none; overflow: hidden"
Expand Down Expand Up @@ -77,4 +78,4 @@ <h3>Vulnerability Details for {{ $i.image }} images</h3>
<link rel="stylesheet" href="{{ $rumble_style.Permalink }}" />

{{ end }}
{{ end }}
{{ end }}

0 comments on commit 14ab578

Please sign in to comment.