File tree Expand file tree Collapse file tree 4 files changed +44
-4
lines changed
src/main/resources/config Expand file tree Collapse file tree 4 files changed +44
-4
lines changed Original file line number Diff line number Diff line change 1+ version : 3
2+ project :
3+ name : cardano-rosetta-java
4+ ignore :
5+ - jakarta.servlet:jakarta.servlet-api
6+ - jakarta.websocket:jakarta.websocket-api
7+ - jakarta.websocket:jakarta.websocket-client-api
8+ - org.jboss.threads:jboss-threads
9+
10+ policies :
11+ - id : ignore-jakarta
12+ type : license
13+ description : " Ignore flagged Jakarta dependencies"
14+ conditions :
15+ license :
16+ - " GPL-2.0-with-classpath-exception"
17+ - " LGPL-2.1-or-later"
18+ actions :
19+ - allow
Original file line number Diff line number Diff line change 99 fossa-scan :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : fossas/fossa-action@main # Use a specific version if locking is preferred
12+ - name : " Checkout Code"
13+ uses : actions/checkout@v3
14+
15+ - name : " Run FOSSA Scan"
16+ uses : fossas/fossa-action@main # Use a specific version if locking is preferred
1417 with :
1518 api-key : ${{secrets.FOSSA_API_KEY}}
16- - uses : fossas/fossa-action@main # Use a specific version if locking is preferred
19+ config : .fossa.yml
20+
21+ - name : " Run FOSSA Test"
22+ uses : fossas/fossa-action@main # Use a specific version if locking is preferred
1723 with :
1824 api-key : ${{secrets.FOSSA_API_KEY}}
19- run-tests : true
25+ run-tests : true
26+ config : .fossa.yml
Original file line number Diff line number Diff line change 3333 <dependency >
3434 <groupId >org.springframework.boot</groupId >
3535 <artifactId >spring-boot-starter-web</artifactId >
36+ <exclusions >
37+ <exclusion >
38+ <groupId >org.springframework.boot</groupId >
39+ <artifactId >spring-boot-starter-tomcat</artifactId >
40+ </exclusion >
41+ </exclusions >
42+ </dependency >
43+ <dependency >
44+ <groupId >org.springframework.boot</groupId >
45+ <artifactId >spring-boot-starter-undertow</artifactId >
3646 </dependency >
3747 <dependency >
3848 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 11spring :
2+ threads :
3+ virtual :
4+ enabled : true
5+
26 datasource :
37 username : ${DB_USER:rosetta_db_admin}
48 password : ${DB_SECRET:weakpwd#123_d}
You can’t perform that action at this time.
0 commit comments