Skip to content

Commit

Permalink
fixup! Implement vulnerability scanning for container images
Browse files Browse the repository at this point in the history
  • Loading branch information
karanibm6 committed Mar 7, 2024
1 parent b9681d7 commit 00acc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/image/vulnerability_scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func RunVulnerabilityScan(ctx context.Context, imagePath string, settings builda
return nil, err
}

// Get the vulnerabilites from the trivy scan
// Get the vulnerabilities from the trivy scan
vulnerabilities := parseTrivyResult(trivyResult, settings.Ignore)

// Sort the vulnerabilities by severity
Expand Down

0 comments on commit 00acc92

Please sign in to comment.