diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index afc94153..9cee0b67 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -40,13 +40,13 @@ jobs: run: mvn verify -fae -DskipITs $MVN_ARGS - name: publishing code coverage report to codeclimate + uses: paambaati/codeclimate-action@v5 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} - run: | - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build - build/publishCodeCoverage.sh + with: + coverageLocations: | + modules/common/target/site/jacoco/jacoco.xml:jacoco + modules/security-and-compliance-center-api/target/site/jacoco/jacoco.xml:jacoco - name: running integration tests env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d08dd33..07bde54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [5.0.0](https://github.com/IBM/scc-java-sdk/compare/4.0.0...5.0.0) (2025-05-16) + + +### Features + +* access control segmentation ([c266070](https://github.com/IBM/scc-java-sdk/commit/c266070c390a53c89a93bf9e799d8b1e7b6a24cb)) + + +### BREAKING CHANGES + +* ScopeID is now required to create a new profile attachment + +Signed-off-by: Bryan Bosely + # [4.0.0](https://github.com/IBM/scc-java-sdk/compare/3.0.0...4.0.0) (2023-09-15) diff --git a/README.md b/README.md index a3e06c2b..8d8eabfd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Maven Central](https://img.shields.io/maven-central/v/com.ibm.cloud/scc.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.ibm.cloud%22%20AND%20a:%22scc%22) +> **⚠️ Important Notice:** SDK support for this service will be discontinued after December 15. + # IBM Cloud Security & Compliance Center Java SDK Version 5.0.0 Java client library to interact with various [IBM Cloud Security & Compliance Center](https://cloud.ibm.com/apidocs/security-compliance?code=java).