Skip to content

Commit 58a1823

Browse files
release: v1.23.0 (#1292)
Signed-off-by: Lacework <[email protected]>
1 parent 1ae5a90 commit 58a1823

File tree

5 files changed

+27
-8
lines changed

5 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v1.23.0
2+
3+
## Features
4+
* feat(cli): New CVE-ID parameter to 'lacework vuln ctr show cmd' (#1232) (Darren)([edff32ae](https://github.com/lacework/go-sdk/commit/edff32aed124f5b8f92d67a1a4675317fe7465e2))
5+
## Bug Fixes
6+
* fix: RAIN-60352 update references to old dns names (#1288) (Atul Singh)([49a0fe0c](https://github.com/lacework/go-sdk/commit/49a0fe0cc1c0274ba18885975297d39b063bd474))
7+
## Other Changes
8+
* chore(lwtime): set LW_CLOCK_OFFSET = +0s (#1289) (Salim Afiune)([1ae5a908](https://github.com/lacework/go-sdk/commit/1ae5a9080fb77a72a8604aa4fa2dbfebf365307c))
9+
* ci: fix git lint (#1287) (Darren)([b716beb9](https://github.com/lacework/go-sdk/commit/b716beb9f07f9d7ed51c8fb4fe41b27c7fdc90d0))
10+
* ci: version bump to v1.22.1-dev (Lacework)([571302e9](https://github.com/lacework/go-sdk/commit/571302e9a31184347c370ad8f897881a8d74cdce))
11+
---
112
# v1.22.0
213

314
## Features

RELEASE_NOTES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Release Notes
2-
Another day, another release. These are the release notes for the version `v1.22.0`.
2+
Another day, another release. These are the release notes for the version `v1.23.0`.
33

44
## Features
5-
* feat(api): Allow API client to be configured with a retrying policy (#1284) (Edoardo Pirovano)([8e30188e](https://github.com/lacework/go-sdk/commit/8e30188e2a4c89be03d45e2201129ece86394103))
5+
* feat(cli): New CVE-ID parameter to 'lacework vuln ctr show cmd' (#1232) (Darren)([edff32ae](https://github.com/lacework/go-sdk/commit/edff32aed124f5b8f92d67a1a4675317fe7465e2))
6+
## Bug Fixes
7+
* fix: RAIN-60352 update references to old dns names (#1288) (Atul Singh)([49a0fe0c](https://github.com/lacework/go-sdk/commit/49a0fe0cc1c0274ba18885975297d39b063bd474))
68
## Other Changes
7-
* ci: create commit-lint.yml (#1280) (Darren)([0eda5580](https://github.com/lacework/go-sdk/commit/0eda558099175ed38ecebbef0b1a0df82f84185d))
8-
* ci: version bump to v1.21.1-dev (Lacework)([ec77ce00](https://github.com/lacework/go-sdk/commit/ec77ce00c7eb8c66f643884a7cb1482507a93e73))
9+
* chore(lwtime): set LW_CLOCK_OFFSET = +0s (#1289) (Salim Afiune)([1ae5a908](https://github.com/lacework/go-sdk/commit/1ae5a9080fb77a72a8604aa4fa2dbfebf365307c))
10+
* ci: fix git lint (#1287) (Darren)([b716beb9](https://github.com/lacework/go-sdk/commit/b716beb9f07f9d7ed51c8fb4fe41b27c7fdc90d0))
11+
* ci: version bump to v1.22.1-dev (Lacework)([571302e9](https://github.com/lacework/go-sdk/commit/571302e9a31184347c370ad8f897881a8d74cdce))
912

1013
## :whale: [Docker Image](https://hub.docker.com/r/lacework/lacework-cli)
1114
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.1-dev
1+
1.23.0

api/version.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/docs/lacework_vulnerability_container_show-assessment.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ To request an on-demand vulnerability scan:
2222

2323
lacework vulnerability container scan <registry> <repository> <tag|digest>
2424

25+
To see details for a single cve result in an assessment:
26+
27+
lacework vulnerability show-assessment <sha256:hash> [cve_id]
28+
29+
2530
```
26-
lacework vulnerability container show-assessment <sha256:hash> [flags]
31+
lacework vulnerability container show-assessment <sha256:hash> [cve_id] [flags]
2732
```
2833

2934
### Options

0 commit comments

Comments
 (0)