Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow #1402

Merged
merged 2 commits into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/trx-agent-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
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
# SCPID is for Pentaho Legacy BoM Certify Project
scpid: 3ef4b1f1-778b-4204-94ae-5c7e360f13ab
trx-host: https://app.threatrix.io
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
THREATRIX_SERVER_API_KEY: ${{ secrets.THREATRIX_API_KEY }}
Loading