diff --git a/.github/workflows/trx-agent-scan.yaml b/.github/workflows/trx-agent-scan.yaml new file mode 100644 index 0000000..191de74 --- /dev/null +++ b/.github/workflows/trx-agent-scan.yaml @@ -0,0 +1,16 @@ +on: + pull_request: + types: + - 'opened' + - 'reopened' +jobs: + execute-scan-workflow: + uses: threatrix/threat-agent-scan/.github/workflows/scan-repo-reusable.yaml@master + with: + eid: f180deed-c77d-4f0f-b726-afa30938786c + oid: 899c9b63-75fe-482c-aa31-e652d85e22e3 + app-name: annotation-editor + trx-host: https://stage.threatrix.io + secrets: + TOKEN: ${{ secrets.GITHUB_TOKEN }} + THREATRIX_SERVER_API_KEY: ${{ secrets.THREATRIX_API_KEY }}