Max Cascone

Results 13 issues of Max Cascone

Please add support for running profiles stored in GitHub Enterprise. ## Detailed Description Running `inspec exec https://github.mycompany.com/path/to/my/profile.tar.gz` results in the classic `Unrecognized content type: text/html; charset=utf-8. Assuming tar.gz Error opening/processing...

Partner: MITRE

HI, I've created the `lucid.yml` in a working dir, copied from `https://raw.githubusercontent.com/lucid-kv/lucid/master/.github/lucid.yml` and am running the commands from the doc: ``` $ docker pull lucidkv/lucid $ docker run -p 7020:7020...

On my Linux environments, I get a `301: moved permanently` error when running the linter. ```html 301 Moved Permanently 301 Moved Permanently nginx/1.6.3 ``` What could cause this? I have...

I'm having a crazy issue, and nothing makes sense about it, so I'm reaching out here. It somehow seems sourced to running the linter. I am running Jenkins on my...

**Describe the Issue** When running an Audit, the summary file is not created. I'm pretty sure this happens during a remediation as well. **Expected Behavior** A Summary file(s) is created...

bug

**Question** Is there a way to run this in Audit-Only mode? There is some confusing information in the readme. The doc first states to use the `RHEL7-CIS-Audit role`, but that's...

question

### Describe your use-case which is not covered by existing documentation. I'm running Jenkins in Podman (not my choice), and the auto-restart policy described here https://www.jenkins.io/blog/2022/05/27/docker-image-new-lifecycle/ doesn't work. I'm sure...

documentation

It's installed: ```powershell PS C:\Users\mcascone\Documents> Get-PackageProvider Name Version DynamicOptions ---- ------- -------------- ContainerImage 0.6.4.0 ``` But doesn't work: ```powershell PS C:\Users\mcascone\Documents> find-package -provider containerimage WARNING: Cannot bind argument to parameter...

When you have to kill a bitops run on the command line, with ctrl-c, it just hangs. It would be nice if it would exit gracefully. I believe this can...