Skip to content

Rezilion/github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors