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(cli): --include-dev-deps flag doesn't exist #7385

Closed
DmitriyLewen opened this issue Aug 26, 2024 · 3 comments
Closed

bug(cli): --include-dev-deps flag doesn't exist #7385

DmitriyLewen opened this issue Aug 26, 2024 · 3 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@DmitriyLewen
Copy link
Contributor

Description

--include-dev-deps flag doesn't exist:

➜  7381 trivy -d image fs ./pnpm-lock.yaml -o report.json --list-all-pkgs -f json --include-dev-deps
...

Package Flags
      --pkg-relationships strings   list of package relationships (unknown,root,direct,indirect) (default [unknown,root,direct,indirect])
      --pkg-types strings           list of package types (os,library) (default [os,library])
...

2024-08-26T13:05:46+06:00	FATAL	Fatal error	unknown flag: --include-dev-deps
@DmitriyLewen DmitriyLewen added the kind/bug Categorizes issue or PR as related to a bug. label Aug 26, 2024
@DmitriyLewen DmitriyLewen self-assigned this Aug 26, 2024
@DmitriyLewen
Copy link
Contributor Author

Hello @WSA1k
What is this?

@DmitriyLewen
Copy link
Contributor Author

It's my mistake 😄
I missed that I used 2 subcommands 😄

@DmitriyLewen DmitriyLewen closed this as not planned Won't fix, can't repro, duplicate, stale Aug 26, 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.
Projects
None yet
Development

No branches or pull requests

2 participants
@DmitriyLewen and others