https://github.com/mitre/inspec_install_guide
A small install guide for installing inspec
https://github.com/mitre/inspec_install_guide
inspec inspec-installer install mitre-corporation mitre-inspec
Last synced: 8 months ago
JSON representation
A small install guide for installing inspec
- Host: GitHub
- URL: https://github.com/mitre/inspec_install_guide
- Owner: mitre
- License: other
- Created: 2018-10-02T23:16:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T08:52:02.000Z (over 3 years ago)
- Last Synced: 2025-01-05T09:43:36.416Z (9 months ago)
- Topics: inspec, inspec-installer, install, mitre-corporation, mitre-inspec
- Size: 14.6 KB
- Stars: 3
- Watchers: 23
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# How to Install InSpec
## Instructions
First things first, we need InSpec on our workstation. For production and standalone environments, the InSpec omnibus package gives you the bare minimum of what you need. This can be manually installed from a downloaded package or installed using a handy installer script provided by Chef.
### Option 1: Manual installation
This option is best when working in an air-gapped environment. Downloading the latest package files for InSpec from [Chef's downloads page](https://downloads.chef.io/inspec) will allow you to transfer the installers where you need them to go, then, depending on the operating system, install them in the platform-appropriate manner.
### Option 2: Automated installation
Another option is to install InSpec via a command line script, provided and maintained by Chef. This will only work if your firewall does not restrict WAN access to the following domains:
- `omnitruck.chef.io`
- `packages.chef.io`Unix/Linux/Mac:
```
$ curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -c stable -P inspec -v 3
```Windows:
```
$ . { iwr -useb https://omnitruck.chef.io/install.ps1 } | iex; install -channel stable -project inspec -version 3
```### After Install
Once InSpec is installed, run `inspec version` to verify that the installation was successful.
## Versioning
This project uses the [Semantic Versioning Policy](https://semver.org/).
See [VERSIONING.md](VERSIONING.md) for more details.
## NOTICE
© 2018 The MITRE Corporation.
Approved for Public Release; Distribution Unlimited. Case Number 18-3678.
## NOTICE
MITRE hereby grants express written permission to use, reproduce, distribute, modify, and otherwise leverage this software to the extent permitted by the licensed terms provided in the LICENSE.md file included with this project.## NOTICE
This software was produced for the U. S. Government under Contract Number HHSM-500-2012-00008I, and is subject to Federal Acquisition Regulation Clause 52.227-14, Rights in Data-General.No other use other than that granted to the U. S. Government, or to those acting on behalf of the U. S. Government under that Clause is authorized without the express written permission of The MITRE Corporation.
For further information, please contact The MITRE Corporation, Contracts Management Office, 7515 Colshire Drive, McLean, VA 22102-7539, (703) 983-6000.