Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing attribute preferred_cvss in the report json #343

Open
stonezdj opened this issue May 31, 2023 · 0 comments
Open

Missing attribute preferred_cvss in the report json #343

stonezdj opened this issue May 31, 2023 · 0 comments

Comments

@stonezdj
Copy link

What steps did you take and what happened:

Scan image in Harbor with trivy scanner

What did you expect to happen:
According the pluggable scaner spec
The CVE report should contain the preferred_cvss in the report json,

"preferred_cvss": {
             "score_v2": 5,
             "score_v3": 7.5,
             "vector_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
             "vector_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
           },

Anything else you would like to add:

No

Environment:

  • Harbor version: 2.8.0
  • Harbor Scanner Adapter for Trivy version: v0.30.9
  • Harbor installation process (Installer script, [Helm chart][harbor-helm], etc.):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant