Merge pull request #1402 from pentaho/trx-create-github-workflow-1727… #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |