/debricked-cli

Command line tool for interacting with Debricked. Supports uploading and checking your dependency files for vulnerabilities.

Primary LanguagePHPMIT LicenseMIT

debricked-cli

Build Status Latest Stable Version

Debricked CLI in action

Command Line Tool (CLI) for interacting with Debricked. Supports uploading and checking your dependency files for vulnerabilities.

Documentation

Head over to our Integration documentation page.

Code contributions

Run tests

All contributions are greatly welcome! To help you get started we have a included a Dockerfile which provides a environment capable of running the whole CLI application and related tests.

Prerequisites

Configure and run test environment

  1. Create a .env.test.local file in the root directory (alongside this README) containing:
USERNAME=your debricked username
PASSWORD=your debricked password
  1. Run tests! You can now run the tests locally by executing ./localTest.sh in your terminal.

Best practises

We try to follow Symfony's best practises as much as possible when developing. You can read more about them here https://symfony.com/doc/current/best_practices/business-logic.html