Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Pull Request Security

paulomeurerzup edited this page Jan 11, 2021 · 2 revisions

This process check for security vulnerabilities on PRs opened for any platform.

The security check is made using horusec tool.

Workflow

This workflow will be executed on the following events:

pull_request:
  branches:
    - master
    - release/*

You can see it more detailed in the workflow file.

Step by step

This workflow defines a job called horusec-security witch contains the following steps:

1. Checkout repository

It uses the github action checkout for checking out repository under $GITHUB_WORKSPACE environment variable.

2. Run horusec tool

Installs horusec tool and runs it.