This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
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.
This workflow will be executed on the following events:
pull_request:
branches:
- master
- release/*
You can see it more detailed in the workflow file.
This workflow defines a job called horusec-security
witch contains the following steps:
It uses the github action checkout for checking out repository under $GITHUB_WORKSPACE environment variable.
Installs horusec tool and runs it.