Skip to content

Commit

Permalink
Update trx-agent-scan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sujitscaria authored Oct 4, 2024
1 parent 5720473 commit f4bff06
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/workflows/trx-agent-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
on:
push:
workflow_dispatch:
name: pull request workflow
on: pull_request

jobs:
execute-scan-workflow:
uses: threatrix/threat-agent-scan/.github/workflows/scan-repo-reusable.yaml@master

reusable-pr-workflow:
uses: pentaho/actions-common/.github/workflows/pr.yml@HNC-853
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 }}
slack_channels: ""
# sonar_project_key: "pdi-plugins-ee"
additional_mvn_directives: "-am
-Duse-existing-docker-network=$(docker container ls --filter name=onehitachivantaracomdevopsdockerreleasepentahoactionscommon --latest -q | xargs -I % docker inspect % -f '{{.HostConfig.NetworkMode}}')
-Dmaven.test.redirectTestOutputToFile=false
-DrunITs
-Drelease -Dpentaho-ee-dsc.version=10.2.0.0-111
-DsetVmMaxMapCountForElasticsearch"
secrets: inherit

0 comments on commit f4bff06

Please sign in to comment.