Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.49 KB

File metadata and controls

41 lines (27 loc) · 1.49 KB

RezilionLogo

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.

Installation guide

  1. Install the Rezilion Extension from the following link: https://github.com/marketplace/actions/rezilion

  2. Add a Rezilion environment variable: "REZILION_LICENSE_KEY"

  3. 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:latest
    

    b. Add Rezilion as a step for each command in your pipeline

    image

  4. Add Rezilion as a Job

    image

    • Make sure to add inside the "needs" field all the Jobs Rezilion Validate is used in

For full user guide, please follow this link: