carvel-dev / carvel-dev/imgpkg

add command to surface vulnerability scan report for a bundle

Open
#35 5 comments 0 reactions 0 assignees View on GitHub
carvel accepted enhancement
Dominant language
Go
Stars
284
Forks
70
PR merge metrics
No merged PRs in 30d

Description

**Describe the problem/challenge you have**

would like to see a vulnerability report for images that are part of a bundle.

**Describe the solution you'd like**

even though vulnerability scanning is an "addon" to a registry (not part of official registry APIs), i think we should try to integrate with projects like Harbor that introduce custom APIs to expose such information. i could imagine something like this:

```
$ imgpkg vulnreport -b registry.corp.com/apps/my-bundle

Id State Details Full reference
foo OK 0 vulnerabilities foo@sha256:...
blah FAIL 100 vulnerabilities foo@sha256:...
```

inspiration: https://github.com/vmware-tanzu/carvel-kbld/issues/79

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.