Skip to content

Threatrix2

Threatrix2 #9

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:
app-name: mondrian-poc
trx-host: https://app.threatrix.io
secrets:

Check failure on line 14 in .github/workflows/threatrix.yaml

View workflow run for this annotation

GitHub Actions / Threatrix Scan

Invalid workflow file

The workflow is not valid. .github/workflows/threatrix.yaml (Line: 14, Col: 15): Invalid input, pr-num is not defined in the referenced workflow.
TOKEN: ${{ secrets.GITHUB_TOKEN }}
THREATRIX_EID: ${{ secrets.THREATRIX_EID }}
THREATRIX_OID: ${{ secrets.THREATRIX_OID }}
THREATRIX_SERVER_API_KEY: ${{ secrets.THREATRIX_API_KEY }}