Skip to content

Commit d8af245

Browse files
release: v1.7.0 (#1125)
Signed-off-by: Lacework <[email protected]>
1 parent 717491e commit d8af245

File tree

6 files changed

+51
-14
lines changed

6 files changed

+51
-14
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.7.0
2+
3+
## Features
4+
* feat(cli): add hidden suppressions migrate gcp command (#1120) (Ross)([7b5334b0](https://github.com/lacework/go-sdk/commit/7b5334b0d5807840f3ea7761a04f344ea67f9f78))
5+
* feat: add new flag to generate cmds set lacework aws root account (#1121) (Darren)([b742eb75](https://github.com/lacework/go-sdk/commit/b742eb7565d0208522c5a8221041574372d0b7a0))
6+
* feat(cdk): Deploy component scaffolding (#1098) (Salim Afiune)([929499dd](https://github.com/lacework/go-sdk/commit/929499ddf0c3cf86bc2fd038b3a7167008bee3af))
7+
* feat: add --active flag back to vuln ctr list-assessments (Salim Afiune Maya)([dde8838f](https://github.com/lacework/go-sdk/commit/dde8838f75fc83e7ef2a7969377eea97c3eb3e6e))
8+
## Refactor
9+
* refactor(cli): relative and natural time range for vuln list cmd (Salim Afiune Maya)([895def61](https://github.com/lacework/go-sdk/commit/895def610b1011444bfe7053a0c5d30ea0b24710))
10+
## Other Changes
11+
* ci: version bump to v1.6.1-dev (Lacework)([58cf1f8d](https://github.com/lacework/go-sdk/commit/58cf1f8dee024cfe209969869e3c328e6c63f12f))
12+
* test(cli): mock `awsiam.go` clients (#1124) (Nick Schmeller)([7460c80a](https://github.com/lacework/go-sdk/commit/7460c80af706ee177207988ded95a0fb29c59ba4))
13+
---
114
# v1.6.0
215

316
## Features

RELEASE_NOTES.md

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

44
## Features
5-
* feat(cli): CTF `aws-install ec2ssm` (#1045) (Nick Schmeller)([0c7f1a68](https://github.com/lacework/go-sdk/commit/0c7f1a682eb6adcf0ac5ac2a7cdd3068a3b979a7))
6-
* feat(cdk): make help command work for components (#1104) (Sam Shen)([5105e0bb](https://github.com/lacework/go-sdk/commit/5105e0bb0ed5fc15059c7327b14c517d8f8c9f5e))
5+
* feat(cli): add hidden suppressions migrate gcp command (#1120) (Ross)([7b5334b0](https://github.com/lacework/go-sdk/commit/7b5334b0d5807840f3ea7761a04f344ea67f9f78))
6+
* feat: add new flag to generate cmds set lacework aws root account (#1121) (Darren)([b742eb75](https://github.com/lacework/go-sdk/commit/b742eb7565d0208522c5a8221041574372d0b7a0))
7+
* feat(cdk): Deploy component scaffolding (#1098) (Salim Afiune)([929499dd](https://github.com/lacework/go-sdk/commit/929499ddf0c3cf86bc2fd038b3a7167008bee3af))
8+
* feat: add --active flag back to vuln ctr list-assessments (Salim Afiune Maya)([dde8838f](https://github.com/lacework/go-sdk/commit/dde8838f75fc83e7ef2a7969377eea97c3eb3e6e))
9+
## Refactor
10+
* refactor(cli): relative and natural time range for vuln list cmd (Salim Afiune Maya)([895def61](https://github.com/lacework/go-sdk/commit/895def610b1011444bfe7053a0c5d30ea0b24710))
711
## Other Changes
8-
* ci: version bump to v1.5.4-dev (Lacework)([64142fa6](https://github.com/lacework/go-sdk/commit/64142fa67c8e5853da30e19ce654e07bb2580102))
12+
* ci: version bump to v1.6.1-dev (Lacework)([58cf1f8d](https://github.com/lacework/go-sdk/commit/58cf1f8dee024cfe209969869e3c328e6c63f12f))
13+
* test(cli): mock `awsiam.go` clients (#1124) (Nick Schmeller)([7460c80a](https://github.com/lacework/go-sdk/commit/7460c80af706ee177207988ded95a0fb29c59ba4))
914

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1-dev
1+
1.7.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.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Then navigate to Settings > Integrations > Container Registry.
5353
### SEE ALSO
5454

5555
* [lacework vulnerability](lacework_vulnerability.md) - Container and host vulnerability assessments
56-
* [lacework vulnerability container list-assessments](lacework_vulnerability_container_list-assessments.md) - List container vulnerability assessments (default last 7 days)
56+
* [lacework vulnerability container list-assessments](lacework_vulnerability_container_list-assessments.md) - List container vulnerability assessments (default last 24 hours)
5757
* [lacework vulnerability container list-registries](lacework_vulnerability_container_list-registries.md) - List all container registries configured
5858
* [lacework vulnerability container scan](lacework_vulnerability_container_scan.md) - Request an on-demand container vulnerability assessment
5959
* [lacework vulnerability container show-assessment](lacework_vulnerability_container_show-assessment.md) - Show results of a container vulnerability assessment

cli/docs/lacework_vulnerability_container_list-assessments.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,30 @@ hide_title: true
66

77
## lacework vulnerability container list-assessments
88

9-
List container vulnerability assessments (default last 7 days)
9+
List container vulnerability assessments (default last 24 hours)
1010

1111
### Synopsis
1212

13-
List all container vulnerability assessments for the last 7 days by default, or
14-
pass --start and --end to specify a custom time range. You can pass --fixable to
15-
filter on containers with vulnerabilities that have fixes available.
13+
List all container vulnerability assessments for the last 24 hours by default.
14+
15+
To customize the time range use use '--start', '--end', or '--range'.
16+
17+
The start and end times can be specified in one of the following formats:
18+
19+
A. A relative time specifier
20+
B. RFC3339 date and time
21+
C. Epoch time in milliseconds
22+
23+
Or use a natural time range like.
24+
25+
lacework vuln container list --range yesterday
26+
27+
The natural time range of 'yesterday' would represent a relative start time of '-1d@d'
28+
and a relative end time of '@d'.
29+
30+
You can also pass '--fixable' to filter on containers with vulnerabilities that have
31+
fixes available, or '--active' to filter on container images actively running in your
32+
environment.
1633

1734
```
1835
lacework vulnerability container list-assessments [flags]
@@ -21,13 +38,15 @@ lacework vulnerability container list-assessments [flags]
2138
### Options
2239

2340
```
41+
--active only show vulnerabilities of packages actively running in your environment
2442
--csv output vulnerability assessment in CSV format
25-
--end string end of the time range in UTC (format: yyyy-MM-ddTHH:mm:ssZ)
43+
--end string end of the time range (default "now")
2644
--fixable only show fixable vulnerabilities
2745
-h, --help help for list-assessments
46+
--range string natural time range for query
2847
--registry strings filter assessments for specific registries
2948
-r, --repository strings filter assessments for specific repositories
30-
--start string start of the time range in UTC (format: yyyy-MM-ddTHH:mm:ssZ)
49+
--start string start of the time range (default "-24h")
3150
```
3251

3352
### Options inherited from parent commands

0 commit comments

Comments
 (0)