Skip to content

Commit

Permalink
Release v0.2.8 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
afiune authored Nov 13, 2020
1 parent c18919a commit a147739
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 39 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v0.2.8

## Bug Fixes
* fix(cli): generate html for scan commands (Salim Afiune Maya)([6846ffd](https://github.com/lacework/go-sdk/commit/6846ffd4a6f5d76ca700652e0a5cd7adda6c9cdc))
## Other Changes
* ci: improve release notes and changelog generation (Salim Afiune Maya)([af22a7a](https://github.com/lacework/go-sdk/commit/af22a7a5518adc4b5f1c6fc21c23934230dd0705))
* ci: avoid release.sh to update version multiple times (Salim Afiune Maya)([d72149b](https://github.com/lacework/go-sdk/commit/d72149b50b197a9ddc7528e18bc88c1836f4847f))
* test(cli): HTML for container vulnerability (Salim Afiune Maya)([fee8505](https://github.com/lacework/go-sdk/commit/fee85056a22b460b925f60083cbb2610c8552c55))
---
# v0.2.7

## Features
Expand Down
41 changes: 5 additions & 36 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,12 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.2.7`.
Another day, another release. These are the release notes for the version `v0.2.8`.

## Container Vulnerability Assessments in HTML format
You have now the ability to output container vulnerability assessments in HTML format, this will help teams have clear, actionable insights to understand vulnerabilities so they can remediate.

Use the new flag `--html` in the following commands:
* `lacework vulnerability container scan`
* `lacework vulnerability container scan-status`
* `lacework vulnerability container show-assessment`

The flag will generate a vulnerability assessment in HTML format in addition to the regular human-readable output.

```
$ lacework vuln ctr show sha256:4861f2bca4e9087558cf9594249da90f42fb781f9b8a857db21e25abc2c57486 --html
CONTAINER IMAGE DETAILS | VULNERABILITIES
------------------------------------------------------------------------------------------+---------------------------------
ID sha256:948cb0da5637b7d7662168a030930e9ab115c302b7d6833c21cb20dac9deb2e4 | SEVERITY COUNT FIXABLE
Digest sha256:4861f2bca4e9087558cf9594249da90f42fb781f9b8a857db21e25abc2c57486 | -----------+-------+----------
Registry index.docker.io | Critical 33 28
Repository dhubtesting/test | High 220 192
Size 163.2 MB | Medium 432 310
Created At 2020-10-06T07:58:58+0000 | Low 246 124
Tags sentry_8.6-onbuild_06102020075836 | Info 219 38
|
The container vulnerability assessment was stored at 'dhubtesting-test-sha256:4861f2bca4e9087558cf9594249da90f42fb781f9b8a857db21e25abc2c57486.html'
```

The HTML is a standalone file that can be shared without additional artifacts!

<img width="1904" alt="Screen Shot 2020-11-12 at 10 31 15 PM" src="https://user-images.githubusercontent.com/5712253/98998667-c2df5080-24f3-11eb-8c99-6b9aee637324.png">

## Features
* feat(cli): enable html copy to clipboard icons (Salim Afiune Maya)([ec2d1fa](https://github.com/lacework/go-sdk/commit/ec2d1fa5b796e2b51e49a850deff01d2f64ded18))
* feat(cli): HTML format for vulnerability assessments (Salim Afiune Maya)([00c2f43](https://github.com/lacework/go-sdk/commit/00c2f43613e554afd8ed283cbc12eb0b8eed0179))
* feat(cli): add ARM support (#236) (Salim Afiune)([821b8e6](https://github.com/lacework/go-sdk/commit/821b8e699e61eefda7d287a71b08ef26382a4ad7))
## Bug Fixes
* fix(cli): remove html column sort icons (Salim Afiune Maya)([dc4c0f6](https://github.com/lacework/go-sdk/commit/dc4c0f64055bfaada503b8f4f21ceda707bc5e55))
* fix(cli): generate html for scan commands (Salim Afiune Maya)([6846ffd](https://github.com/lacework/go-sdk/commit/6846ffd4a6f5d76ca700652e0a5cd7adda6c9cdc))
## Other Changes
* ci(fix) Update CI test node (#233) (Scott Ford)([ddbf86e](https://github.com/lacework/go-sdk/commit/ddbf86e8fbf9053af43bab9d57c04645383e529e))
* ci: improve release notes and changelog generation (Salim Afiune Maya)([af22a7a](https://github.com/lacework/go-sdk/commit/af22a7a5518adc4b5f1c6fc21c23934230dd0705))
* ci: avoid release.sh to update version multiple times (Salim Afiune Maya)([d72149b](https://github.com/lacework/go-sdk/commit/d72149b50b197a9ddc7528e18bc88c1836f4847f))
* test(cli): HTML for container vulnerability (Salim Afiune Maya)([fee8505](https://github.com/lacework/go-sdk/commit/fee85056a22b460b925f60083cbb2610c8552c55))

## Docker Images
* `docker pull lacework/lacework-cli:latest`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.8-dev
0.2.8
4 changes: 2 additions & 2 deletions api/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a147739

Please sign in to comment.