Skip to content

Commit 39ce6c0

Browse files
committed
chore: Test updated GitHub Action
1 parent 54711ce commit 39ce6c0

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/test2.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,18 @@ jobs:
1313
matrix:
1414
include:
1515
- os: ubuntu-latest
16-
fcli_url: https://github.com/fortify/fcli/releases/download/dev_feat.ci-updates/fcli-linux.tgz
1716
- os: windows-latest
18-
fcli_url: https://github.com/fortify/fcli/releases/download/dev_feat.ci-updates/fcli-windows.zip
1917
- os: macos-latest
20-
fcli_url: https://github.com/fortify/fcli/releases/download/dev_feat.ci-updates/fcli-mac.tgz
2118
runs-on: ${{ matrix.os }}
2219
steps:
2320
- name: Check Out Source Code
2421
uses: actions/checkout@v4
25-
- name: Setup fcli & sc-client
26-
uses: fortify/github-action/setup@feat/fcli-ci
27-
env:
28-
FCLI_URL: ${{ matrix.fcli_url }}
29-
with:
30-
sc-client: 25.2
3122
- name: Run SSC CI Test
32-
shell: bash
33-
run: |
34-
~/.fortify/fcli/bootstrap/bin/fcli --version
35-
~/.fortify/fcli/bootstrap/bin/fcli action run ci
23+
uses: fortify/github-action@feat/fcli-ci
3624
env:
3725
SSC_URL: ${{ vars.FH_DEMO_SSC_URL }}
3826
SSC_USER: ${{secrets.FH_DEMO_SSC_USER}}
3927
SSC_PASSWORD: ${{secrets.FH_DEMO_SSC_PWD}}
4028
SC_SAST_TOKEN: ${{secrets.FH_DEMO_SC_SAST_TOKEN}}
4129
SSC_APPVERSION: GitHub:EightBall
42-
PREINSTALLED: true
30+
SC_CLIENT_VERSION: 25.2

.project

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@
55
<projects>
66
</projects>
77
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
813
<buildCommand>
914
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
1015
<arguments>
1116
</arguments>
1217
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.m2e.core.maven2Builder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
1323
</buildSpec>
1424
<natures>
25+
<nature>org.eclipse.jdt.core.javanature</nature>
26+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1527
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
1628
</natures>
1729
<filteredResources>

0 commit comments

Comments
 (0)