diff --git a/docs/security-testing-orchestration/sto-techref-category/shared/_wiz-policy-failure-results.md b/docs/security-testing-orchestration/sto-techref-category/shared/_wiz-policy-failure-results.md new file mode 100644 index 0000000000..ef9e08995b --- /dev/null +++ b/docs/security-testing-orchestration/sto-techref-category/shared/_wiz-policy-failure-results.md @@ -0,0 +1 @@ +The Wiz policy failure results appears in the scan results as an `Info` level issue, categorized as `External Policy` Issue Type. Additionally, you can apply [OPA policies](/docs/security-testing-orchestration/policies/create-opa-policies) to enforce or manage these failures. \ No newline at end of file diff --git a/docs/security-testing-orchestration/sto-techref-category/wiz/artifact-scans-with-wiz.md b/docs/security-testing-orchestration/sto-techref-category/wiz/artifact-scans-with-wiz.md index be2ced04ca..59ac6b4e20 100644 --- a/docs/security-testing-orchestration/sto-techref-category/wiz/artifact-scans-with-wiz.md +++ b/docs/security-testing-orchestration/sto-techref-category/wiz/artifact-scans-with-wiz.md @@ -392,3 +392,8 @@ import ScannerRefAdvancedSettings from '../shared/_advanced-settings.md'; +## View Wiz policy failures + +import WizPolicyFailureResults from '../shared/_wiz-policy-failure-results.md'; + + \ No newline at end of file diff --git a/docs/security-testing-orchestration/sto-techref-category/wiz/iac-scans-with-wiz.md b/docs/security-testing-orchestration/sto-techref-category/wiz/iac-scans-with-wiz.md index 8dd0ea17fb..8911114ba9 100644 --- a/docs/security-testing-orchestration/sto-techref-category/wiz/iac-scans-with-wiz.md +++ b/docs/security-testing-orchestration/sto-techref-category/wiz/iac-scans-with-wiz.md @@ -193,8 +193,6 @@ import StoSettingTargetWorkspace from '../shared/step_palette/target/_workspace. -Additionally, you can specify individual files to scan as well. For instance, if you only want to scan a specific file like `/tmp/iac/infra.tf`, you can specify the workspace path as `/harness/tmp/iac/infra.tf` - ### Ingestion File @@ -267,3 +265,9 @@ import ScannerRefAdditionalConfigs from '../shared/_additional-config.md'; import ScannerRefAdvancedSettings from '../shared/_advanced-settings.md'; + +## View Wiz policy failures + +import WizPolicyFailureResults from '../shared/_wiz-policy-failure-results.md'; + + \ No newline at end of file diff --git a/docs/security-testing-orchestration/sto-techref-category/wiz/repo-scans-with-wiz.md b/docs/security-testing-orchestration/sto-techref-category/wiz/repo-scans-with-wiz.md index 67dc533bed..06bb1fb4b3 100644 --- a/docs/security-testing-orchestration/sto-techref-category/wiz/repo-scans-with-wiz.md +++ b/docs/security-testing-orchestration/sto-techref-category/wiz/repo-scans-with-wiz.md @@ -311,3 +311,8 @@ import ScannerRefAdvancedSettings from '../shared/_advanced-settings.md'; +## View Wiz policy failures + +import WizPolicyFailureResults from '../shared/_wiz-policy-failure-results.md'; + + \ No newline at end of file