From 5d8759b2af8ce4e5cffa6dbb348cc509c431135a Mon Sep 17 00:00:00 2001 From: Alisa Arkalykova <49148189+alisiska@users.noreply.github.com> Date: Wed, 21 Jun 2023 01:30:06 +0200 Subject: [PATCH] update --- .github/workflows/trx-agent-scan.yaml | 16 ++++++++++++++++ 1 file changed, 16 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 0000000..07143be --- /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: 66439b07-67ca-4c50-b4c3-e5bc6ca9398f + oid: 652051f0-a30b-4595-9c13-46fdd7bc9d12 + app-name: annotation-editor + trx-host: https://stage.threatrix.io + secrets: + TOKEN: ${{ secrets.GITHUB_TOKEN }} + THREATRIX_SERVER_API_KEY: ${{ secrets.THREATRIX_API_KEY }}