The Lacework CLI is a tool that helps you manage the Lacework cloud security platform.
500K+
The Lacework Command Line Interface is a tool that helps you manage the Lacework cloud security platform. You can use it to manage compliance reports, external integrations, vulnerability scans, and other operations.
To run the Lacework CLI inside a docker container:
$ docker run -it lacework/lacework-cli:latest
bash-4.2# lacework help
Use the help command to explore the tool and navigate its commands.
To invoke the Lacework CLI for a single command execution:
docker run \
--env LW_ACCOUNT=$LW_ACCOUNT \
--env LW_API_KEY=$LW_API_KEY \
--env LW_API_SECRET=$LW_API_SECRET \
lacework/lacework-cli help
NOTE: The size of this docker container is less than 20MB
To learn more about the Lacework CLI, see https://docs.lacework.com/cli.
Find the latest release at github.com/lacework/go-sdk/releases.
Content type
Image
Digest
sha256:9b93c498a…
Size
30.8 MB
Last updated
12 days ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
268
Last week