File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 BUF_INPUT_HTTPS_PASSWORD : ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
9393 run : mvn --batch-mode clean generate-sources
9494 - name : Tests and enforcer (fips)
95- run : mvn --batch-mode verify -P 'fips,!non-fips' -Dmaven.antrun.skip
95+ run : mvn --batch-mode test enforcer:enforce -P 'fips,!non-fips' -Dmaven.antrun.skip
9696 - name : Tests with coverage and javadoc (non-fips)
9797 env :
98+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9899 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
99100 run : |
100101 mvn --batch-mode verify javadoc:javadoc \
Original file line number Diff line number Diff line change 506506 </dependency >
507507 <dependency >
508508 <groupId >org.bouncycastle</groupId >
509- <artifactId >bcpkix -fips</artifactId >
509+ <artifactId >bctls -fips</artifactId >
510510 <scope >runtime</scope >
511511 </dependency >
512512 <dependency >
513513 <groupId >org.bouncycastle</groupId >
514- <artifactId >bctls -fips</artifactId >
515- <scope >runtime </scope >
514+ <artifactId >bcpkix -fips</artifactId >
515+ <scope >test </scope >
516516 </dependency >
517517 </dependencies >
518518 </profile >
You can’t perform that action at this time.
0 commit comments