|
18 | 18 |
|
19 | 19 | jobs: |
20 | 20 | build: |
21 | | - if: ${{ inputs.event_name == 'java-pipeline-scan' || inputs.event_name == 'java-policy-scan' || inputs.event_name == 'java-sandbox-scan' || inputs.event_name == 'unidentified-lang-pipeline-scan' || inputs.event_name == 'unidentified-lang-policy-scan' || inputs.event_name == 'unidentified-lang-sandbox-scan' || inputs.event_name == 'dot-net-pipeline-scan' || inputs.event_name == 'dot-net-policy-scan' || inputs.event_name == 'dot-net-sandbox-scan'}} |
| 21 | + if: ${{ inputs.event_name == 'java-pipeline-scan' || inputs.event_name == 'java-policy-scan' || inputs.event_name == 'java-sandbox-scan' || inputs.event_name == 'unidentified-lang-pipeline-scan' || inputs.event_name == 'unidentified-lang-policy-scan' || inputs.event_name == 'unidentified-lang-sandbox-scan' || inputs.event_name == 'dot-net-pipeline-scan' || inputs.event_name == 'dot-net-policy-scan' || inputs.event_name == 'dot-net-sandbox-scan' || inputs.event_name == 'scala-pipeline-scan' || inputs.event_name == 'scala-policy-scan' || inputs.event_name == 'scala-sandbox-scan' || inputs.event_name == 'go-pipeline-scan' || inputs.event_name == 'go-policy-scan' || inputs.event_name == 'go-sandbox-scan' || inputs.event_name == 'source-code-pipeline-scan' || inputs.event_name == 'source-code-policy-scan' || inputs.event_name == 'source-code-sandbox-scan'}} |
22 | 22 | uses: ./.github/workflows/veracode-default-build.yml |
23 | 23 | with: |
24 | 24 | repository: ${{ inputs.repository }} |
25 | 25 | ref: ${{ inputs.ref }} |
26 | 26 | token: ${{ inputs.token }} |
27 | 27 |
|
28 | | - build-java-maven: |
29 | | - if: ${{ inputs.event_name == 'java-maven-pipeline-scan' || inputs.event_name == 'java-maven-policy-scan' || inputs.event_name == 'java-maven-sandbox-scan' }} |
30 | | - uses: ./.github/workflows/veracode-build-java-cli-maven.yml |
31 | | - with: |
32 | | - repository: ${{ inputs.repository }} |
33 | | - ref: ${{ inputs.ref }} |
34 | | - token: ${{ inputs.token }} |
35 | | - |
36 | | - build-java-gradle: |
37 | | - if: ${{ inputs.event_name == 'java-gradle-pipeline-scan' || inputs.event_name == 'java-gradle-policy-scan' || inputs.event_name == 'java-gradle-sandbox-scan' }} |
38 | | - uses: ./.github/workflows/veracode-build-java-cli-gradle.yml |
39 | | - with: |
40 | | - repository: ${{ inputs.repository }} |
41 | | - ref: ${{ inputs.ref }} |
42 | | - token: ${{ inputs.token }} |
43 | | - |
44 | | - build-source-code-scan: |
45 | | - if: ${{ inputs.event_name == 'source-code-pipeline-scan' || inputs.event_name == 'source-code-policy-scan' || inputs.event_name == 'source-code-sandbox-scan'}} |
46 | | - uses: ./.github/workflows/veracode-build-source-code.yml |
47 | | - with: |
48 | | - repository: ${{ inputs.repository }} |
49 | | - ref: ${{ inputs.ref }} |
50 | | - token: ${{ inputs.token }} |
51 | | - |
52 | | - build-go-package: |
53 | | - if: ${{ inputs.event_name == 'go-pipeline-scan' || inputs.event_name == 'go-policy-scan' || inputs.event_name == 'go-sandbox-scan'}} |
54 | | - uses: ./.github/workflows/veracode-build-go.yml |
55 | | - with: |
56 | | - repository: ${{ inputs.repository }} |
57 | | - ref: ${{ inputs.ref }} |
58 | | - token: ${{ inputs.token }} |
59 | | - |
60 | 28 | build-tsql-package: |
61 | 29 | if: ${{ inputs.event_name == 'tsql-pipeline-scan' || inputs.event_name == 'tsql-policy-scan' || inputs.event_name == 'tsql-sandbox-scan'}} |
62 | 30 | uses: ./.github/workflows/veracode-build-tsql.yml |
|
81 | 49 | ref: ${{ inputs.ref }} |
82 | 50 | token: ${{ inputs.token }} |
83 | 51 |
|
84 | | - build-scala-package: |
85 | | - if: ${{ inputs.event_name == 'scala-pipeline-scan' || inputs.event_name == 'scala-policy-scan' || inputs.event_name == 'scala-sandbox-scan'}} |
86 | | - uses: ./.github/workflows/veracode-build-scala.yml |
87 | | - with: |
88 | | - repository: ${{ inputs.repository }} |
89 | | - ref: ${{ inputs.ref }} |
90 | | - token: ${{ inputs.token }} |
91 | | - |
92 | 52 | build-dart-package: |
93 | 53 | if: ${{ inputs.event_name == 'dart-pipeline-scan' || inputs.event_name == 'dart-policy-scan' || inputs.event_name == 'dart-sandbox-scan'}} |
94 | 54 | uses: ./.github/workflows/veracode-build-dart.yml |
|
0 commit comments