From 60b6c127ce9e4ee3d39f19b6cc0890af6c4cf328 Mon Sep 17 00:00:00 2001 From: Chetan Gopal <68009512+chetangopal@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:51:02 -0400 Subject: [PATCH] update --- .github/workflows/trx-agent-scan.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/trx-agent-scan.yaml diff --git a/.github/workflows/trx-agent-scan.yaml b/.github/workflows/trx-agent-scan.yaml new file mode 100644 index 000000000000..09620877ee92 --- /dev/null +++ b/.github/workflows/trx-agent-scan.yaml @@ -0,0 +1,13 @@ +on: + workflow_dispatch: +jobs: + execute-scan-workflow: + uses: threatrix/threat-agent-scan/.github/workflows/scan-repo-reusable.yaml@master + with: + eid: 270d7f2c-ce14-496d-8102-8effa36b1f9c + oid: 4bf58a1a-0bb5-4e3a-bea2-b30f055959e6 + app-name: react + trx-host: https://app.threatrix.io + secrets: + TOKEN: ${{ secrets.GITHUB_TOKEN }} + THREATRIX_SERVER_API_KEY: ${{ secrets.THREATRIX_API_KEY }}