You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/how-to/compliance-script.mdx
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,16 +65,21 @@ Thu Jan 21 15:09:41 UTC 2021 auth_smartcard_enforce has an exemption (Reason: Br
65
65
**💡 TIP**\
66
66
To add a custom reference in front of the rule in the `{baseline}_baseline.log` use the `-r` flag along with the custom reference **(case sensitive)** when running the `generate_guidance.py` script.
67
67
68
-
Compliance Script Command Line Argument Reference
69
-
70
-
|Argument|Description|
71
-
|-------|---|
72
-
|--check|`optional` Run the compliance checks without interaction|
73
-
|--fix|`optional` Run the remediation commands without interaction|
74
-
|--cfc|`optional` Runs a check, fix, check without interaction|
75
-
|--stats|`optional` Display the statistics from last compliance check|
76
-
|--compliant|`optional` Reports the number of compliant checks|
77
-
|--non_compliant|`optional` Reports the number of non compliant checks|
78
-
|--reset|`optional` Clear out all results for current baseline|
79
-
|--reset-all|`optional` Clear out all results for ALL mSCP baselines|
80
-
|--quiet=\<value\>|`optional` `1`: show only failed and exempted checks in output\\           `2`: show minimal output|
68
+
## Compliance Script Command Line Argument Reference
0 commit comments