github.com/seilagamo/poc-lava-release@v0.3.3-rc3/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  ### Install From Source
    17  
    18  Install the Lava command with `go install`.
    19  
    20  ```
    21  go install github.com/adevinta/lava/cmd/lava@latest
    22  ```
    23  
    24  ### GitHub Actions
    25  
    26  Lava is also available as an action that can be used from GitHub
    27  Actions workflows.
    28  Visit [adevinta/lava-action][lava-action] for usage instructions.
    29  
    30  ## Documentation
    31  
    32  Lava is self-documented.
    33  Please run `lava help` to get more information about the available
    34  commands and other related topics.
    35  
    36  ## Contributing
    37  
    38  **This project is in an early stage, we are not accepting external
    39  contributions yet.**
    40  
    41  To contribute, please read the [contribution
    42  guidelines][contributing].
    43  
    44  
    45  [vulcan-docs]: https://adevinta.github.io/vulcan-docs
    46  [vulcan-checks]: https://github.com/adevinta/vulcan-checks
    47  [lava-action]: https://github.com/adevinta/lava-action
    48  [contributing]: /CONTRIBUTING.md