We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb808e commit 4aaad3fCopy full SHA for 4aaad3f
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 verify -P 'fips,!non-fips'
+ mvn --batch-mode clean verify -P 'fips,!non-fips' && \
96
+ mvn --batch-mode clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dmaven.antrun.skip -Dsonar.projectKey=opentdf_java-sdk -P 'coverage,non-fips,!fips'
97
98
platform-integration:
99
runs-on: ubuntu-22.04
0 commit comments