With Rezilion orb, applications can be built securely by validating vulnerabilities early in the development process.
developers can focus on exploitable vulnerabilities and reduce their backlog and patching by 85%.
With Rezilion, you’ll gain a deep understanding of your environment, uncover and validate vulnerabilities in your applications and container images, explore dependencies and licenses, and export the output in auditing formats.
To use this action, you need a Rezilion license.
-
Install the Rezilion Extension from the following link: https://github.com/marketplace/actions/rezilion
-
Add a Rezilion environment variable: "REZILION_LICENSE_KEY"
-
Edit your pipeline yml:
a. Add Rezilion license key variable per required Job
name: test on: [push] jobs: test_sanity: runs-on: ubuntu-latest container: image: nginx:latestb. Add Rezilion as a step for each command in your pipeline
-
Add Rezilion as a Job
- Make sure to add inside the "needs" field all the Jobs Rezilion Validate is used in
For full user guide, please follow this link:


