Skip to content

Commit

Permalink
release: v0.25.0 (#698)
Browse files Browse the repository at this point in the history
Signed-off-by: Lacework <[email protected]>
  • Loading branch information
lacework-releng authored Feb 11, 2022
1 parent 49ca2ef commit b9bfbad
Show file tree
Hide file tree
Showing 22 changed files with 119 additions and 38 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# v0.25.0

## Features
* feat(api): add registry notifications field to docker v2 (#696) (Darren)([aac6801](https://github.com/lacework/go-sdk/commit/aac68016b548cc9c2799bb5b12c1f6e0f16aa8bd))
* feat(api): abstract primitives to interact with /v2/Vulnerabilities (#694) (Salim Afiune)([cd2622a](https://github.com/lacework/go-sdk/commit/cd2622a6d642c14e542e9997621b06f284a21245))
* feat(policies): add tags support (hazedav)([2a0ad67](https://github.com/lacework/go-sdk/commit/2a0ad670b86ec304b1acbbf72cb3c127348e7409))
* feat(cli): be able to change global LW_LQL_OPERATOR (Salim Afiune Maya)([a4c7746](https://github.com/lacework/go-sdk/commit/a4c77462c93d298adaeb7a80a6945a5d96e986ad))
* feat(cli): filter list of agents (Salim Afiune Maya)([8e200a0](https://github.com/lacework/go-sdk/commit/8e200a0c618c95a5206112565237a8cd7caac6eb))
* feat(api): implement Entities/Images/serch endpoint (Salim Afiune Maya)([33b58ef](https://github.com/lacework/go-sdk/commit/33b58ef0a2433b802baad3bae2d0586c422a4998))
* feat(api): implement Entities/Users/serch endpoint (Salim Afiune Maya)([b86f893](https://github.com/lacework/go-sdk/commit/b86f893be1d8b6fc9958611599a82bdef64b33d7))
* feat(api): support v2/Entities/Users (Salim Afiune Maya)([40c71d7](https://github.com/lacework/go-sdk/commit/40c71d7e2eba75bf5696c475265226bacc7a0943))
* feat(api): v2 pagination (Salim Afiune Maya)([255079d](https://github.com/lacework/go-sdk/commit/255079dd7c09873570e8412eab26ab01d03f96f5))
* feat(cli): new agent list command (Salim Afiune Maya)([8b056f5](https://github.com/lacework/go-sdk/commit/8b056f5100764ec3cca5413df38130014cad416d))
* feat(api): search data-export entities (Salim Afiune Maya)([5b87d33](https://github.com/lacework/go-sdk/commit/5b87d337bb585d18216715d89467203c1e94f42f))
* feat(cli): Manage Team Members (#671) (Darren)([6930449](https://github.com/lacework/go-sdk/commit/6930449b156bcf33a92fd4ef885c7ffe166ef369))
* feat(cli): Manage Vulnerability Exceptions (#663) (Darren)([0d62f11](https://github.com/lacework/go-sdk/commit/0d62f11b2a5264314489aa9bd23d7ca2a19d0b28))
* feat(cli): add --cascade flag to delete policy and query (#677) (hazedav)([6842a6b](https://github.com/lacework/go-sdk/commit/6842a6b162113471391118d34a03b1a022c5694d))
* feat(cli): display status of Azure compliance subscriptions (Salim Afiune Maya)([c479863](https://github.com/lacework/go-sdk/commit/c479863e71d63f301ea2d926db085f2eb8af2a4a))
* feat(cli): display status of GCP compliance projects (Salim Afiune Maya)([30e8448](https://github.com/lacework/go-sdk/commit/30e844823c26deee4ec01c3d40e2fdbc05111d6c))
* feat(cli): display status of AWS compliance accounts (Salim Afiune Maya)([e43978c](https://github.com/lacework/go-sdk/commit/e43978c9d40fd444e238deaa61059d6184df544d))
## Refactor
* refactor(cli): Refactor generate & generate_aws (#691) (Ross)([3fabe7b](https://github.com/lacework/go-sdk/commit/3fabe7b330284b0fbe044ea6af3a9b05c7e35b72))
* refactor(api): rename Pagination interface to Pageable (Salim Afiune Maya)([3b1e881](https://github.com/lacework/go-sdk/commit/3b1e881f52f0ee399084c072eaf53020a3510630))
* refactor(api): add logging to NextPage() func (Salim Afiune Maya)([810b723](https://github.com/lacework/go-sdk/commit/810b7231e0c682e6725f86d0f993c98ff7330c6e))
* refactor(cli): Refactor generate & generate_aws (#689) (Ross)([c2d4241](https://github.com/lacework/go-sdk/commit/c2d42418c7c1e56848048e475ad40b27694a7a94))
* refactor(cli): abstract shared funcs to internal package (hazedav)([5aa880d](https://github.com/lacework/go-sdk/commit/5aa880d5ccb09c75a9039cccf8313db30a020dff))
* refactor(cli): abstract shared funcs to internal package (hazedav)([5617a2d](https://github.com/lacework/go-sdk/commit/5617a2db0e1ccccee8e4d6df3b94c1a20d00bfc6))
* refactor(cli): rename 'aws' s3/cloudwatch to 'amazon' in cli integration prompt (#657) (Darren)([2c8757d](https://github.com/lacework/go-sdk/commit/2c8757d7b021c46e7c43c5a4eac353eafed5e269))
## Bug Fixes
* fix(cli): remove text wrapping on list-sources output (#692) (Darren)([49ca2ef](https://github.com/lacework/go-sdk/commit/49ca2ef0fb1826d38ce8e4d445ef14fc1e36d185))
* fix(cli): validate user filters via --filters (Salim Afiune Maya)([6ba02b0](https://github.com/lacework/go-sdk/commit/6ba02b086e2d650f36f4bf74fb482589244f9aec))
* fix(api): omit empty fields in v2 SearchFilter (Salim Afiune Maya)([5f4d2e7](https://github.com/lacework/go-sdk/commit/5f4d2e7065af5018c2768f898a333e7067640f69))
* fix(cli): check the account has agents to display (Salim Afiune Maya)([7e4ca27](https://github.com/lacework/go-sdk/commit/7e4ca27d43f9a6a9118a696e857884da4666b933))
* fix(lwgenerate): support lists for module attributes (#687) (Matt Cadorette)([6adfeeb](https://github.com/lacework/go-sdk/commit/6adfeeb1945f694491346e6f004251d900cecf5a))
## Other Changes
* style(cli): add breadcrumb to query list-sources cmd (#685) (Darren)([66ee797](https://github.com/lacework/go-sdk/commit/66ee797ea33ab813c2c5795cf374e4647889c360))
* chore(cli): update spinner message for compliance list cmds (Salim Afiune Maya)([c3d4aee](https://github.com/lacework/go-sdk/commit/c3d4aee0f6e5eb7066ab16b6b78b5657c55db8b3))
* ci: fix v1/v2 environment variables (#688) (Salim Afiune)([de4699a](https://github.com/lacework/go-sdk/commit/de4699a26a249cd325405f49602c6560d43b1822))
* ci: version bump to v0.24.1-dev (Lacework)([2df7446](https://github.com/lacework/go-sdk/commit/2df744647538fd2371b34cc0c1cc3dcc42cd71a7))
* test(cli): for compliance az list command (Salim Afiune Maya)([a98599c](https://github.com/lacework/go-sdk/commit/a98599c529efee480031f19f60042148a8bd31f2))
---
# v0.24.0

## Features
Expand Down
58 changes: 35 additions & 23 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,44 @@
# Release Notes
Another day, another release. These are the release notes for the version `v0.24.0`.
Another day, another release. These are the release notes for the version `v0.25.0`.

## Features
* feat(cli): make policyID optional for policy create (hazedav)([38006bf](https://github.com/lacework/go-sdk/commit/38006bf39a3cae293595e13c6b6bfb9d05936f1d))
* feat(lwgenerate): Add initial hcl generation support GCP - ALLY-393 (#654) (Ross)([fb34a64](https://github.com/lacework/go-sdk/commit/fb34a64b0ddc71bc2140b42c66fa0f38160e762a))
* feat(cli): add csv output support to vuln reports (#649) (Matt Cadorette)([c76095e](https://github.com/lacework/go-sdk/commit/c76095e88c60f02c02b449c09ffbeaf2dd5bf1b1))
* feat(api): Vulnerability Exceptions v2 Service (#627) (Darren)([ef65e23](https://github.com/lacework/go-sdk/commit/ef65e232b7c7c650562db5cded0b3ee31a461a55))
* feat(cli): add apply flag for aws iac generation & fix cache issues (#642) (Matt Cadorette)([c5014bb](https://github.com/lacework/go-sdk/commit/c5014bb73f1db4977a9500dc4f92e686fa9d1c74))
* feat(api): add registry notifications field to docker v2 (#696) (Darren)([aac6801](https://github.com/lacework/go-sdk/commit/aac68016b548cc9c2799bb5b12c1f6e0f16aa8bd))
* feat(api): abstract primitives to interact with /v2/Vulnerabilities (#694) (Salim Afiune)([cd2622a](https://github.com/lacework/go-sdk/commit/cd2622a6d642c14e542e9997621b06f284a21245))
* feat(policies): add tags support (hazedav)([2a0ad67](https://github.com/lacework/go-sdk/commit/2a0ad670b86ec304b1acbbf72cb3c127348e7409))
* feat(cli): be able to change global LW_LQL_OPERATOR (Salim Afiune Maya)([a4c7746](https://github.com/lacework/go-sdk/commit/a4c77462c93d298adaeb7a80a6945a5d96e986ad))
* feat(cli): filter list of agents (Salim Afiune Maya)([8e200a0](https://github.com/lacework/go-sdk/commit/8e200a0c618c95a5206112565237a8cd7caac6eb))
* feat(api): implement Entities/Images/serch endpoint (Salim Afiune Maya)([33b58ef](https://github.com/lacework/go-sdk/commit/33b58ef0a2433b802baad3bae2d0586c422a4998))
* feat(api): implement Entities/Users/serch endpoint (Salim Afiune Maya)([b86f893](https://github.com/lacework/go-sdk/commit/b86f893be1d8b6fc9958611599a82bdef64b33d7))
* feat(api): support v2/Entities/Users (Salim Afiune Maya)([40c71d7](https://github.com/lacework/go-sdk/commit/40c71d7e2eba75bf5696c475265226bacc7a0943))
* feat(api): v2 pagination (Salim Afiune Maya)([255079d](https://github.com/lacework/go-sdk/commit/255079dd7c09873570e8412eab26ab01d03f96f5))
* feat(cli): new agent list command (Salim Afiune Maya)([8b056f5](https://github.com/lacework/go-sdk/commit/8b056f5100764ec3cca5413df38130014cad416d))
* feat(api): search data-export entities (Salim Afiune Maya)([5b87d33](https://github.com/lacework/go-sdk/commit/5b87d337bb585d18216715d89467203c1e94f42f))
* feat(cli): Manage Team Members (#671) (Darren)([6930449](https://github.com/lacework/go-sdk/commit/6930449b156bcf33a92fd4ef885c7ffe166ef369))
* feat(cli): Manage Vulnerability Exceptions (#663) (Darren)([0d62f11](https://github.com/lacework/go-sdk/commit/0d62f11b2a5264314489aa9bd23d7ca2a19d0b28))
* feat(cli): add --cascade flag to delete policy and query (#677) (hazedav)([6842a6b](https://github.com/lacework/go-sdk/commit/6842a6b162113471391118d34a03b1a022c5694d))
* feat(cli): display status of Azure compliance subscriptions (Salim Afiune Maya)([c479863](https://github.com/lacework/go-sdk/commit/c479863e71d63f301ea2d926db085f2eb8af2a4a))
* feat(cli): display status of GCP compliance projects (Salim Afiune Maya)([30e8448](https://github.com/lacework/go-sdk/commit/30e844823c26deee4ec01c3d40e2fdbc05111d6c))
* feat(cli): display status of AWS compliance accounts (Salim Afiune Maya)([e43978c](https://github.com/lacework/go-sdk/commit/e43978c9d40fd444e238deaa61059d6184df544d))
## Refactor
* refactor(test_resources): remove Terraform code dep (#636) (Salim Afiune)([aca0101](https://github.com/lacework/go-sdk/commit/aca01017734598d64526b9a7008fe9171d74fe5c))
* refactor(cli): Refactor generate & generate_aws (#691) (Ross)([3fabe7b](https://github.com/lacework/go-sdk/commit/3fabe7b330284b0fbe044ea6af3a9b05c7e35b72))
* refactor(api): rename Pagination interface to Pageable (Salim Afiune Maya)([3b1e881](https://github.com/lacework/go-sdk/commit/3b1e881f52f0ee399084c072eaf53020a3510630))
* refactor(api): add logging to NextPage() func (Salim Afiune Maya)([810b723](https://github.com/lacework/go-sdk/commit/810b7231e0c682e6725f86d0f993c98ff7330c6e))
* refactor(cli): Refactor generate & generate_aws (#689) (Ross)([c2d4241](https://github.com/lacework/go-sdk/commit/c2d42418c7c1e56848048e475ad40b27694a7a94))
* refactor(cli): abstract shared funcs to internal package (hazedav)([5aa880d](https://github.com/lacework/go-sdk/commit/5aa880d5ccb09c75a9039cccf8313db30a020dff))
* refactor(cli): abstract shared funcs to internal package (hazedav)([5617a2d](https://github.com/lacework/go-sdk/commit/5617a2db0e1ccccee8e4d6df3b94c1a20d00bfc6))
* refactor(cli): rename 'aws' s3/cloudwatch to 'amazon' in cli integration prompt (#657) (Darren)([2c8757d](https://github.com/lacework/go-sdk/commit/2c8757d7b021c46e7c43c5a4eac353eafed5e269))
## Bug Fixes
* fix: expiration time (#656) (Darren)([4726f68](https://github.com/lacework/go-sdk/commit/4726f68ca5731208e140e006c98716aba3d626a3))
* fix: non_os_package_support omitted from json request when false (#655) (Darren)([c8ab03a](https://github.com/lacework/go-sdk/commit/c8ab03ae4ad1616ef172db3230fd3f1baff6e389))
* fix: handle unsupported integration types (#645) (Darren)([6c1a5d0](https://github.com/lacework/go-sdk/commit/6c1a5d05f937eaac89893e5cb483e7d6c045e17a))
* fix(cli): clarify container error message (#643) (Salim Afiune)([74592ff](https://github.com/lacework/go-sdk/commit/74592ff8fadf8f78606c940d347d9024dfbe8a8c))
## Documentation Updates
* docs(iac-generation): update aws iac tf command help (#653) (Matt Cadorette)([5c09072](https://github.com/lacework/go-sdk/commit/5c09072b7079f72be40fd154da471755d2eeccc7))
* docs(cli): Improve iac-generate/aws help message (#638) (Matt Cadorette)([127e221](https://github.com/lacework/go-sdk/commit/127e2212018fb2124b3d15ec2fcdd155e1326533))
* fix(cli): remove text wrapping on list-sources output (#692) (Darren)([49ca2ef](https://github.com/lacework/go-sdk/commit/49ca2ef0fb1826d38ce8e4d445ef14fc1e36d185))
* fix(cli): validate user filters via --filters (Salim Afiune Maya)([6ba02b0](https://github.com/lacework/go-sdk/commit/6ba02b086e2d650f36f4bf74fb482589244f9aec))
* fix(api): omit empty fields in v2 SearchFilter (Salim Afiune Maya)([5f4d2e7](https://github.com/lacework/go-sdk/commit/5f4d2e7065af5018c2768f898a333e7067640f69))
* fix(cli): check the account has agents to display (Salim Afiune Maya)([7e4ca27](https://github.com/lacework/go-sdk/commit/7e4ca27d43f9a6a9118a696e857884da4666b933))
* fix(lwgenerate): support lists for module attributes (#687) (Matt Cadorette)([6adfeeb](https://github.com/lacework/go-sdk/commit/6adfeeb1945f694491346e6f004251d900cecf5a))
## Other Changes
* chore(deps): bump github.com/hashicorp/hcl/v2 from 2.10.1 to 2.11.1 (#631) (dependabot[bot])([a82d22b](https://github.com/lacework/go-sdk/commit/a82d22b3a3d3ad6eec69a7d03a45a19e298be893))
* chore(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3 (#630) (dependabot[bot])([4f08643](https://github.com/lacework/go-sdk/commit/4f0864393b611ce5d6527393ff2e8d5df64cfd24))
* chore(deps): bump github.com/peterbourgon/diskv/v3 from 3.0.0 to 3.0.1 (#610) (dependabot[bot])([c1792d5](https://github.com/lacework/go-sdk/commit/c1792d51bd563f852cf154a7fdfbf5d7560192e0))
* chore(deps): Bump GoImports version to v0.1.8 (#633) (Ross)([22f5283](https://github.com/lacework/go-sdk/commit/22f5283a93d0e3552c7343ad7c6104c0f3389ab8))
* chore(deps): Bump gotestsum version and use instead of go test (#632) (Ross)([7f05f44](https://github.com/lacework/go-sdk/commit/7f05f441ce579a9654e7809d75a7a81845e9b380))
* ci: test on windows systems (#648) (Salim Afiune)([70fe066](https://github.com/lacework/go-sdk/commit/70fe0665af92afba20e28af7d1c3319043ba78b1))
* ci: version bump to v0.23.1-dev (Lacework)([cfc7bc0](https://github.com/lacework/go-sdk/commit/cfc7bc00f6ff515a0f8b64b8d6d6bb6ceb684fc0))
* test: fix host vuln test (#659) (Darren)([d28ea4c](https://github.com/lacework/go-sdk/commit/d28ea4c366eeca098547efc0c7230f30d9e7a141))
* test: avoid running v1/v2 migration on every test (#651) (Salim Afiune)([63735c2](https://github.com/lacework/go-sdk/commit/63735c2db0e518ff381eaa8949ff5fc33cfca64b))
* style(cli): add breadcrumb to query list-sources cmd (#685) (Darren)([66ee797](https://github.com/lacework/go-sdk/commit/66ee797ea33ab813c2c5795cf374e4647889c360))
* chore(cli): update spinner message for compliance list cmds (Salim Afiune Maya)([c3d4aee](https://github.com/lacework/go-sdk/commit/c3d4aee0f6e5eb7066ab16b6b78b5657c55db8b3))
* ci: fix v1/v2 environment variables (#688) (Salim Afiune)([de4699a](https://github.com/lacework/go-sdk/commit/de4699a26a249cd325405f49602c6560d43b1822))
* ci: version bump to v0.24.1-dev (Lacework)([2df7446](https://github.com/lacework/go-sdk/commit/2df744647538fd2371b34cc0c1cc3dcc42cd71a7))
* test(cli): for compliance az list command (Salim Afiune Maya)([a98599c](https://github.com/lacework/go-sdk/commit/a98599c529efee480031f19f60042148a8bd31f2))

## 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.24.1-dev
0.25.0
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.

2 changes: 2 additions & 0 deletions cli/docs/lacework.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ This will prompt you for your Lacework account and a set of API access keys.
* [lacework query](lacework_query.md) - Run and manage queries
* [lacework report-rule](lacework_report-rule.md) - Manage report rules
* [lacework resource-group](lacework_resource-group.md) - Manage resource groups
* [lacework team-member](lacework_team-member.md) - Manage team members
* [lacework version](lacework_version.md) - Print the Lacework CLI version
* [lacework vulnerability](lacework_vulnerability.md) - Container and host vulnerability assessments
* [lacework vulnerability-exception](lacework_vulnerability-exception.md) - Manage vulnerability exceptions

1 change: 1 addition & 0 deletions cli/docs/lacework_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ For a complete list of supported operating systems, visit:

* [lacework](lacework.md) - A tool to manage the Lacework cloud security platform.
* [lacework agent install](lacework_agent_install.md) - Install the datacollector agent on a remote host
* [lacework agent list](lacework_agent_list.md) - List all hosts with a running agent
* [lacework agent token](lacework_agent_token.md) - Manage agent access tokens

7 changes: 6 additions & 1 deletion cli/docs/lacework_agent_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ To authenticate to the remote host on a non-standard SSH port use the '--ssh_por
pass it directly via the argument.

lacework agent install <user@host:port>


To list all active agents in your environment.

lacework agent list

NOTE: New agents could take up to an hour to report back to the platform.

```
lacework agent install <[user@]host[:port]> [flags]
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/lacework_alert-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ An alert rule has three parts:
* [lacework alert-rule create](lacework_alert-rule_create.md) - Create a new alert rule
* [lacework alert-rule delete](lacework_alert-rule_delete.md) - Delete a alert rule
* [lacework alert-rule list](lacework_alert-rule_list.md) - List all alert rules
* [lacework alert-rule show](lacework_alert-rule_show.md) - Show an alert rule by id
* [lacework alert-rule show](lacework_alert-rule_show.md) - Show an alert rule by ID

2 changes: 1 addition & 1 deletion cli/docs/lacework_alert-rule_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide_title: true

## lacework alert-rule show

Show an alert rule by id
Show an alert rule by ID

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion cli/docs/lacework_compliance_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To run an ad-hoc compliance assessment use the command:

* [lacework compliance](lacework_compliance.md) - Manage compliance reports
* [lacework compliance azure get-report](lacework_compliance_azure_get-report.md) - Get the latest Azure compliance report
* [lacework compliance azure list](lacework_compliance_azure_list.md) - List Azure tenants and subscriptions
* [lacework compliance azure list-subscriptions](lacework_compliance_azure_list-subscriptions.md) - List subscriptions from tenant
* [lacework compliance azure list-tenants](lacework_compliance_azure_list-tenants.md) - List all Azure Tenants configured
* [lacework compliance azure run-assessment](lacework_compliance_azure_run-assessment.md) - Run a new Azure compliance assessment

4 changes: 4 additions & 0 deletions cli/docs/lacework_compliance_azure_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Get the latest Azure compliance report
Get the latest Azure compliance assessment report, these reports run on a regular schedule,
typically once a day. The available report formats are human-readable (default), json and pdf.

To list all Azure tenants and subscriptions configured in your account:

lacework compliance azure list

To run an ad-hoc compliance assessment use the command:

lacework compliance azure run-assessment <tenant_id>
Expand Down
4 changes: 4 additions & 0 deletions cli/docs/lacework_compliance_azure_run-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Run a new Azure compliance assessment

Run a compliance assessment of the provided Azure tenant.

To list all Azure tenants and subscriptions configured in your account:

lacework compliance azure list

```
lacework compliance azure run-assessment <tenant_id> [flags]
```
Expand Down
4 changes: 4 additions & 0 deletions cli/docs/lacework_compliance_google_get-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Get the latest GCP compliance report
Get the latest compliance assessment report, these reports run on a regular schedule,
typically once a day. The available report formats are human-readable (default), json and pdf.

To list all GCP projects and organizations configured in your account:

lacework compliance gcp list

To run an ad-hoc compliance assessment use the command:

lacework compliance gcp run-assessment <project_id>
Expand Down
4 changes: 4 additions & 0 deletions cli/docs/lacework_compliance_google_run-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Run a new GCP compliance assessment

Run a compliance assessment for the provided GCP organization or project.

To list all GCP projects and organizations configured in your account:

lacework compliance gcp list

```
lacework compliance google run-assessment <org_or_project_id> [flags]
```
Expand Down
Loading

0 comments on commit b9bfbad

Please sign in to comment.