Remote resources used by Lava.
Lava is an open source vulnerability scanner that makes it easy to run security checks in your local and CI/CD environments.
This process is automated based on the following conventions:
- Resources are grouped in directories.
- All the resources in the same directory are versioned together.
- Releases are created based on tags with the format
dir/semver. Wherediris the directory containing the resources andsemveris a semantic version.
To add new resources to the repository, follow these steps:
- If a new resource group is required, create a directory in the root of the repository. Otherwise, use an existing directory. Then, add the new resources inside.
- Create a pull request with the new changes.
- Once the pull request is approved and merged, push a tag with the
format
dir/semver. Wherediris the directory where the new resources are located andsemveris a semantic version.
Resources can be updated and deleted following the same process.
For more details, run go doc.
This project is in an early stage, we are not accepting external contributions yet.
To contribute, please read the contribution guidelines.