Skip to content

Add workflow

Add workflow #12

Workflow file for this run

name: Threatrix Scan
on:
pull_request:
types:
- 'opened'
- 'reopened'
workflow_dispatch:
jobs:
execute-scan-workflow:
uses: threatrix/threat-agent-scan/.github/workflows/scan-repo-reusable.yaml@master
with:
trx-host: https://app.threatrix.io
# SCPID is for Pentaho Legacy BoM Certify Project
scpid: 3ef4b1f1-778b-4204-94ae-5c7e360f13ab
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
THREATRIX_EID: ${{ secrets.THREATRIX_EID }}
THREATRIX_OID: ${{ secrets.THREATRIX_OID }}
THREATRIX_SERVER_API_KEY: ${{ secrets.THREATRIX_API_KEY }}