1 # InSpec Profile: `workbench2`
3 This shows the implementation of the `workbench2` InSpec [profile](https://github.com/inspec/inspec/blob/master/docs/profiles.md).
7 InSpec ships with built-in features to verify a profile structure.
10 $ inspec check workbench2
16 Timestamp: 2019-06-24T23:09:01+00:00
28 To run all **supported** controls on a local machine use `inspec exec /path/to/profile`.
31 $ inspec exec workbench2
34 Finished in 0.0025 seconds (files took 0.12449 seconds to load)
35 8 examples, 0 failures
38 ## Execute a specific control from a profile
40 To run one control from the profile use `inspec exec /path/to/profile --controls name`.
43 $ inspec exec workbench2 --controls package
46 Finished in 0.0025 seconds (files took 0.12449 seconds to load)
47 1 examples, 0 failures
50 See an [example control here](https://github.com/inspec/inspec/blob/master/examples/profile/controls/example.rb).