Skip to content
/ cli Public

Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.

License

Notifications You must be signed in to change notification settings

debricked/cli

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

646dfe7 · Aug 19, 2024
Jul 1, 2024
Oct 25, 2023
Aug 19, 2024
Jan 9, 2024
Jun 19, 2024
Jul 30, 2024
Dec 19, 2023
Apr 4, 2024
Jun 14, 2023
Jul 1, 2024
Mar 1, 2023
Nov 13, 2023
May 11, 2022
Nov 15, 2022
May 26, 2023
May 11, 2022
Oct 30, 2023
Jun 19, 2024
Jun 19, 2024
Nov 15, 2022
Jun 12, 2024
Jun 27, 2024
Jun 27, 2024

Repository files navigation

Logo

Debricked CLI

Safety through commandline.
debricked.com »

debricked is Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.

CLI Screenshot

Installation

Check out the releases page. Choose the asset that is applicable for your system. Below follow some common ways to install the CLI.

Linux

curl -L https://github.com/debricked/cli/releases/download/release-v2/cli_linux_x86_64.tar.gz | tar -xz debricked
./debricked

Mac

curl -L https://github.com/debricked/cli/releases/download/release-v2/cli_macOS_arm64.tar.gz | tar -xz debricked
./debricked

Windows

  1. Download zip
  2. Unpack zip
.\debricked

Docker

docker pull debricked/cli:1-resolution-debian

Scan

Once you've installed the CLI, you're ready to scan your project. You can scan a local project, or integrate a scanning mechanism in your CI/CD pipeline.

  1. Sign up to Debricked
  2. Create an access token
  3. debricked scan -t <access-token>

When the scan is complete, you will see the total number of vulnerabilities found and a list of automation rules that have been evaluated. Read more about automations here.

Docker

To make a scan directly through Docker based on your current working directory, you can use the following command:

docker run -v $(pwd):/root debricked/cli:1-resolution-debian debricked scan -t <access-token>

CI/CD integration

If you would rather use debricked in your CI/CD pipelines, check out the templates.

Contributing

Thank you for your interest in making Debricked CLI even better! Read more about contributing to the project here.

Also, make sure to check out the Debricked Portal. There, you can share your great ideas with us!

About

Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages