We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efa0b4 commit 46c2888Copy full SHA for 46c2888
1 file changed
.github/workflows/checks.yaml
@@ -92,7 +92,8 @@ jobs:
92
BUF_INPUT_HTTPS_USERNAME: opentdf-bot
93
BUF_INPUT_HTTPS_PASSWORD: ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
94
run: |
95
- mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opentdf_java-sdk -P 'coverage,!non-fips,fips'
+ mvn --batch mode clean verify test -P 'fips,!non-fips' && \
96
+ mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=opentdf_java-sdk -P 'coverage,non-fips,!fips'
97
98
99
platform-integration:
0 commit comments