github.com/adevinta/lava@v0.7.2/README.md (about)

     1  # Lava
     2  
     3  Lava is an open source vulnerability scanner that makes it easy to run
     4  security checks in your local and CI/CD environments.
     5  
     6  <p align="center"><img width="128" alt="Lava logo" src="https://github.com/adevinta/lava-resources/releases/download/logo/v0.1.0/lava_512px.png"></p>
     7  
     8  Lava is part of the [Vulcan ecosystem][vulcan-docs] and it is built on
     9  top of the same components that power Vulcan.
    10  Thus, Lava continuously benefits from Vulcan improvements.
    11  In fact, Lava is compatible with the [vulcan-checks][vulcan-checks]
    12  catalog shipped with Vulcan.
    13  
    14  ## Install
    15  
    16  ### Binary Distributions
    17  
    18  Official binary distributions are available at
    19  https://github.com/adevinta/lava/releases.
    20  
    21  ### Install From Source
    22  
    23  Install the Lava command with `go install`.
    24  
    25  ```
    26  go install github.com/adevinta/lava/cmd/lava@latest
    27  ```
    28  
    29  ### GitHub Actions
    30  
    31  Lava is also available as an action that can be used from GitHub
    32  Actions workflows.
    33  Visit [adevinta/lava-action][lava-action] for usage instructions.
    34  
    35  ## Documentation
    36  
    37  Lava is self-documented.
    38  Please run `lava help` to get more information about the available
    39  commands and other related topics.
    40  
    41  ## Contributing
    42  
    43  **This project is in an early stage, we are not accepting external
    44  contributions yet.**
    45  
    46  To contribute, please read the [contribution
    47  guidelines][contributing].
    48  
    49  
    50  [vulcan-docs]: https://adevinta.github.io/vulcan-docs
    51  [vulcan-checks]: https://github.com/adevinta/vulcan-checks
    52  [lava-action]: https://github.com/adevinta/lava-action
    53  [contributing]: /CONTRIBUTING.md