Skip to content

Commit 9898429

Browse files
committed
polish
1 parent 0fc4b78 commit 9898429

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## 1.0.7
3+
Added one check: IBM Cloud Security Best Practices, 2.115 Ensure Databases for MongoDB version is up-to-date
24
## 1.0.6
35
Changed compliance controls to version 1.2.0 changed rule to 1.46
46
## 1.0.1

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,22 @@ Schematics is a cloud based Infrastructure as Code runner with cloud based state
8585

8686
The link above should have opened a schematics workspace in the create dialog with the github repository pre-configured and terraform 1.4 selected. Change the **Workspace name**, **Resource group**, and **Location** as desired. This will be the resource group of the workspace. The resource group of the resources created will be configured in schematics. Click **Create**.
8787

88-
## Provision as a Deployable Architecture
88+
## Create pricate catalog for a Deployable Architecture
8989
In the IBM Cloud create a private catalog and then add a product to the catalog:
9090
- Product type: Deployable architecture
9191
- Deliver method: Terraform
9292
- Public repository: Open the [releases](https://github.com/IBM-Cloud/nodejs-MEAN-stack/releases) and right click on the source.code.tar.gz file and paste in the string. Example: https://github.com/IBM-Cloud/nodejs-MEAN-stack/archive/refs/tags/1.0.3.tar.gz
9393
- Variation: Standard
9494
- Rest of the values are pretty clear
9595

96+
Click on the **Version** in the Version list. It will walk through a wizard where the defaults are correct, just click **Next** in all of the pages till you reach Validate version, and click **Validate**, to create a schematics workspace and resources.
97+
98+
After validation is complete create/configure or open the Security and Compliance and run a scan over the entire account using the **IBM Cloud Security Best Practices version 1.2.0** profile by opening the profile and click Attach in the action menu. Frequency can be set to 30 days since the first scan will be run presently and that will provide the results that are required.
99+
100+
Currently the scan results are failing.
101+
102+
## Create a Project
103+
Create a project and then create a configuration in the project using the private catalog product version created in the previous step. Override the Code Risk Analyzer failure for the encryption of the MongoDB.
96104

97105
## Contribute
98106
Please create a pull request with your desired changes.

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"version": "1.2.0"
5858
},
5959
"names": [
60-
"1.46"
60+
"2.115"
6161
]
6262
}
6363
]

0 commit comments

Comments
 (0)