Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <bbosely@us.ibm.com>

# [4.0.0](https://github.com/IBM/scc-java-sdk/compare/3.0.0...4.0.0) (2023-09-15)


Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down