Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/macos-baseline
Macos hardening baseline for Inspec
https://github.com/juju4/macos-baseline
Last synced: 12 days ago
JSON representation
Macos hardening baseline for Inspec
- Host: GitHub
- URL: https://github.com/juju4/macos-baseline
- Owner: juju4
- License: bsd-2-clause
- Created: 2017-01-07T21:11:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T15:33:47.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T17:40:59.426Z (2 months ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/juju4/macos-baseline.svg?branch=master)](https://travis-ci.org/juju4/macos-baseline)
# MacOS hardening baseline InSpec ProfileThis Baseline ensures security hardening for Darwin/Macos platform
- https://github.com/juju4/macos-baseline
## Standalone Usage
This Compliance Profile requires [InSpec](https://github.com/chef/inspec) for execution:
```
$ git clone https://github.com/juju4/macos-baseline
$ inspec exec macos-baseline
```You can also execute the profile directly from Github:
```
$ inspec exec https://github.com/juju4/macos-baseline
```## License
BSD 2-clause