Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboudreau committed Sep 24, 2024
1 parent 65c7e6f commit bba0e84
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/trx-agent-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- 'main'
- 'master'
pull_request:
types:
- 'opened'
- 'reopened'
workflow_dispatch:
jobs:
execute-scan-workflow:
uses: threatrix/threat-agent-scan/.github/workflows/scan-repo-reusable.yaml@master
with:
eid: 152cdb22-7aa4-4eb4-9ecf-e3790437833f
oid: b7c5524a-63d2-406e-9752-56cbf90228cc
app-name: mondrian
trx-host: https://app.threatrix.io
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
THREATRIX_SERVER_API_KEY: ${{ secrets.THREATRIX_API_KEY }}

0 comments on commit bba0e84

Please sign in to comment.