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

Add --details flag to vulnerability command #82

Closed
ghost opened this issue Apr 27, 2020 · 0 comments · Fixed by #83
Closed

Add --details flag to vulnerability command #82

ghost opened this issue Apr 27, 2020 · 0 comments · Fixed by #83
Labels
feat New feature or request

Comments

@ghost
Copy link

ghost commented Apr 27, 2020

Motivation

As a Lacework user that runs vulnerability scans via the Lacework CLI,
I would like to see deeper details about the CVE's from a vulnerability report,
So I don't have to go and login to the Lacework UI to get this information.

Acceptance Criteria

Have a new flag called --details into the lacework vulnerability commands,
this flag will display more details about the vulnerability report.

Jira: ALLY-93

@ghost ghost added the feat New feature or request label Apr 27, 2020
@ghost 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 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]>
@ghost ghost closed this as completed in #83 Apr 28, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants