Skip to content

Commit b0913cf

Browse files
committed
BREAKING CHANGE: deprecating NotificationsAPI
1 parent 1c23c32 commit b0913cf

File tree

6 files changed

+0
-3031
lines changed

6 files changed

+0
-3031
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
env:
5858
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
5959
FINDINGS_ENV: ${{ secrets.FINDINGS_ENV }}
60-
NOTIFICATIONS_ENV: ${{ secrets.NOTIFICATIONS_ENV }}
6160
CONFIGURATION_GOVERNANCE_ENV: ${{ secrets.CONFIGURATION_GOVERNANCE_ENV }}
6261
RESOURCE_GROUP_ID: ${{ secrets.RESOURCE_GROUP_ID }}
6362
run: build/testScript.sh

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ IBM Cloud services:
4848
Service Name | Module Name | Imported Class Name
4949
--- | --- | ---
5050
[Findings](https://cloud.ibm.com/apidocs/security-compliance/findings) | findings_v1 | FindingsV1
51-
[Notifications](https://cloud.ibm.com/apidocs/security-compliance/si-notifications) | notifications_v1 | NotificationsV1
5251
[Configuration Governance](https://cloud.ibm.com/apidocs/security-compliance/config) | configuration_governance_v1 | ConfigurationGovernanceV1
5352

5453
## Prerequisites

build/testScript.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ set -euo pipefail
44

55
curl https://us-south.functions.appdomain.cloud/api/v1/web/e6b54af6-ab44-4149-a8e4-e906dcc58136/default/secadvstg-location-shift.json
66
echo "${FINDINGS_ENV}" | base64 -d >> findings_v1.env
7-
echo "${NOTIFICATIONS_ENV}" | base64 -d >> notifications_v1.env
87
echo "${CONFIGURATION_GOVERNANCE_ENV}" | base64 -d >> configuration_governance_v1.env
98
python -m pytest test/integration

0 commit comments

Comments
 (0)