aquasecurity / chain-bench

An open-source tool for auditing your software supply chain stack for security compliance based on a new CIS Software Supply Chain benchmark.
Apache License 2.0
712 stars 63 forks source link

remove space in docs to resize bash views in git #82

Closed Opeyemi19 closed 1 year ago

Opeyemi19 commented 1 year ago

Description

I removed a space in the command display which allows to run chain-bench with docker.

Before :

    ``` bash
      docker run --rm aquasec/chain-bench:latest scan --repository-url <REPOSITORY_URL> --access-token <TOKEN>
    ```

After:

  ```bash
    docker run --rm aquasec/chain-bench:latest scan --repository-url <REPOSITORY_URL> --access-token <TOKEN>
  ```
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

naortalmor1 commented 1 year ago

Hey @Opeyemi19, Thank you for the contirbution. Can you please sign the Contributor License Agreement and let's merge it

Opeyemi19 commented 1 year ago

Hello @naortalmor1, Contributor License Agreement is okay.