File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build FIS-GUI
2+
3+ on :
4+ push :
5+ pull_request :
6+ branches : [ "master", "develop" ]
7+
8+ jobs :
9+ build :
10+
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v4
15+
16+ - uses : actions/setup-java@v4
17+ with :
18+ distribution : ' temurin'
19+ java-version : ' 21'
20+ cache : ' maven'
21+
22+ - name : Build FIS-GUI
23+ run : make install
Original file line number Diff line number Diff line change 1+ name : SCA Scan - File Integrity GUI
2+
3+ on :
4+ push :
5+ branches : [ "master" ]
6+ pull_request :
7+ branches : [ "master" ]
8+ workflow_dispatch :
9+
10+ jobs :
11+ security-file-integrity_gui :
12+ uses : pwssOrg/reusable-workflows/.github/workflows/sca_scan_base.yml@main
13+ with :
14+ working-path : ./
15+ name-of-snyk-step : Check for vulnerabilities in File Integrity GUI
16+ secrets :
17+ SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 88 <groupId >org.pwss</groupId >
99 <artifactId >file_integrity_gui</artifactId >
1010 <packaging >jar</packaging >
11- <version >0.1 </version >
11+ <version >0.2 </version >
1212
1313 <!-- Properties for the project -->
1414 <properties >
You can’t perform that action at this time.
0 commit comments