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

bug(server): licence severity and category missing from report #7202

Closed
nikpivkin opened this issue Jul 22, 2024 · 0 comments · Fixed by #7203
Closed

bug(server): licence severity and category missing from report #7202

nikpivkin opened this issue Jul 22, 2024 · 0 comments · Fixed by #7203
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. scan/license Issues relating to license scanning

Comments

@nikpivkin
Copy link
Contributor

Original: #4950 (comment)

Steps to reproduce:

trivy server --listen 0.0.0.0:8080
trivy image --scanners license aquasec/trivy:latest --server http://0.0.0.0:8080
2024-07-22T13:26:39+07:00	INFO	License scanning is enabled

OS Packages (license)

Total: 34 (UNKNOWN: 34, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

┌────────────────────────┬───────────────────┬────────────────┬──────────┐
│        Package         │      License      │ Classification │ Severity │
├────────────────────────┼───────────────────┼────────────────┼──────────┤
│ alpine-baselayout      │ GPL-2.0           │ Non Standard   │ UNKNOWN  │
├────────────────────────┤                   │                │          │
│ alpine-baselayout-data │                   │                │          │
├────────────────────────┼───────────────────┤                │          │
│ alpine-keys            │ MIT               │                │          │
├────────────────────────┼───────────────────┤                │          │
│ apk-tools              │ GPL-2.0           │                │          │
├────────────────────────┼───────────────────┤                │          │
│ brotli-libs            │ MIT               │                │          │
├────────────────────────┼───────────────────┤                │          │
│ busybox                │ GPL-2.0           │                │          │
├────────────────────────┤                   │                │          │
│ busybox-binsh          │                   │                │          │
....
@nikpivkin nikpivkin added kind/bug Categorizes issue or PR as related to a bug. scan/license Issues relating to license scanning labels Jul 22, 2024
@nikpivkin nikpivkin self-assigned this Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. scan/license Issues relating to license scanning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant