We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b0982 commit 8e24ffbCopy full SHA for 8e24ffb
1 file changed
README.md
@@ -93,6 +93,16 @@ bundle exec inspec exec . \
93
check-image-03 check-image-04
94
```
95
96
+### Messaging controls
97
+
98
+```shell
99
+bundle exec inspec exec . \
100
+ --controls check-messaging-01 check-messaging-02 \
101
+ check-messaging-03 check-messaging-04 \
102
+ check-messaging-05 check-messaging-06 \
103
+ check-messaging-07
104
+```
105
106
### Orchestration controls
107
```shell
108
bundle exec inspec exec . \
0 commit comments