diff --git a/docs/platform/security/customize/props.mdx b/docs/platform/security/customize/props.mdx index 7cdea161e..ab08aeed9 100644 --- a/docs/platform/security/customize/props.mdx +++ b/docs/platform/security/customize/props.mdx @@ -38,21 +38,19 @@ import Partial from "../../partials/_editor-owner.mdx"; ![Mondoo - navigate to the security policies for a space](/img/platform/security/policies.png) -3. In the top-right corner of the page, select the plus symbol (+). +3. Locate the policy in which you want to change a property: Scroll through the list of available policies or use the **Filter** search box. -4. Locate the policy in which you want to change a property: Scroll through the list of available policies or use the **Filter** search box. - -5. Select the policy to see its details. +4. Select the policy to see its details. If the policy has properties, you see a Properties tab. -6. Select the Properties tab to view all the properties in the policy. +5. Select the **Properties** tab to view all the properties in the policy. -7. Select the property you want to change. +6. Select the property you want to change. ![Mondoo - change a property in a policy](/img/platform/security/edit-prop.png) -8. In the edit box below the description, type the new property value over the old one and then press **Command + Return**. +7. In the edit box below the description, type the new property value over the old one and then press **Command + Return**. A popup message confirms the change. diff --git a/docs/platform/security/customize/score.mdx b/docs/platform/security/customize/score.mdx index 09fd61a97..0f5e32554 100644 --- a/docs/platform/security/customize/score.mdx +++ b/docs/platform/security/customize/score.mdx @@ -76,8 +76,12 @@ import Partial from "../../partials/_editor-owner.mdx"; ![Change a policy's scoring system in the Mondoo Console](/img/platform/security/change-scoring.png) -4. Near the top-right corner of the page, select the **Score by** drop-down and select the scoring system you want to use. +4. At the top of the page, select the scales icon. - The next time Mondoo scans an asset in the current space, it uses the new scoring system. + The **Score weighting** control displays. + + ![Change a policy's scoring system in the Mondoo Console](/img/platform/security/select-scoring.png) + +5. In the **Score by** drop-down list, select the scoring method to use for the policy in the current space. --- diff --git a/static/img/platform/security/change-scoring.png b/static/img/platform/security/change-scoring.png index 0bd0b0c04..b0101c977 100644 Binary files a/static/img/platform/security/change-scoring.png and b/static/img/platform/security/change-scoring.png differ diff --git a/static/img/platform/security/edit-prop.png b/static/img/platform/security/edit-prop.png index 1e6f5bc09..b163fa8cb 100644 Binary files a/static/img/platform/security/edit-prop.png and b/static/img/platform/security/edit-prop.png differ diff --git a/static/img/platform/security/select-scoring.png b/static/img/platform/security/select-scoring.png new file mode 100644 index 000000000..f957b0597 Binary files /dev/null and b/static/img/platform/security/select-scoring.png differ