-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add --details
flag to vulnerability command
#82
Labels
feat
New feature or request
Comments
ghost
self-assigned this
Apr 27, 2020
ghost
pushed a commit
that referenced
this issue
Apr 27, 2020
This change is adding a new flag to the vulnerability command called `--details`, this flag will extend the report shown to the end-user. The new information presented with this flag is the list of CVE's with its severity, version and, if any, fix version, plus the layer that the vulnerability was introduced by. Example: ``` $ lacework vulnerability report sha256:123ab...xyz --details ``` This flag is available to all sub-commands inside the `vulnerability` cmd. (`scan run`, `scan show`, and `report` as shown above) Closes #82 Signed-off-by: Salim Afiune Maya <[email protected]>
ghost
mentioned this issue
Apr 27, 2020
ghost
pushed a commit
that referenced
this issue
Apr 27, 2020
This change is adding a new flag to the vulnerability command called `--details`, this flag will extend the report shown to the end-user. The new information presented with this flag is the list of CVE's with its severity, version and, if any, fix version, plus the layer that the vulnerability was introduced by. Example: ``` $ lacework vulnerability report sha256:123ab...xyz --details ``` This flag is available to all sub-commands inside the `vulnerability` cmd. (`scan run`, `scan show`, and `report` as shown above) Closes #82 Signed-off-by: Salim Afiune Maya <[email protected]>
ghost
pushed a commit
that referenced
this issue
Apr 27, 2020
This change is adding a new flag to the vulnerability command called `--details`, this flag will extend the report shown to the end-user. The new information presented with this flag is the list of CVE's with its severity, version and, if any, fix version, plus the layer that the vulnerability was introduced by. Example: ``` $ lacework vulnerability report sha256:123ab...xyz --details ``` This flag is available to all sub-commands inside the `vulnerability` cmd. (`scan run`, `scan show`, and `report` as shown above) Closes #82 Signed-off-by: Salim Afiune Maya <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Acceptance Criteria
Have a new flag called
--details
into thelacework vulnerability
commands,this flag will display more details about the vulnerability report.
Jira: ALLY-93
The text was updated successfully, but these errors were encountered: