Spencer

Results 11 issues of Spencer

### Actual Behavior As a user, when I open RancherDesktop Preferences at attempt to change the runtime from 'containerd' to 'docker (moby)', the 'apply' button does not apply changes. Attempting...

kind/bug

As a user, I would like to have a github action that runs `packer fmt` or `packer fmt -check` I could then optionally have github-ci commit any linting changes to...

bug

If a user attempts to use the yq@v4 github actions like so: ``` - name: Show inspec failures report uses: mikefarah/yq@v4 with: cmd: yq .error foobar.yaml ``` They will get...

bug
v4

When using inspec as part of a CI/CD pipeline, inspec will silently fail if `git` is not in the path. ## Symptoms 1. Running `inspec exec` will return the following...

Possible fix/workaround for https://github.com/dev-sec/cis-dil-benchmark/issues/136 I noticed that there are a couple of instances where the inspec profiles use `next unless file(f).exist` (e.g. `distribution-independent-linux:1.6.3.1`) Copying that logic to the resources that...

This is a valid fix but took about about an hour diving into this because I noticed some unexpected behavior with this control that I don't know if its a...

### Description Window-011 check is failing due to an array ordering problem ![Screenshot 2022-11-15 at 12 57 17 PM](https://user-images.githubusercontent.com/109251274/202013572-7c927b3e-80d0-480b-9870-b868fe6a71df.png) It is looking for `expected: ["S-1-5-9", "S-1-5-32-544"]` but is finding `got:...

bug

I am using `saf` as part of a pipeline workflow where saf will cause the image build to fail if it exceeds a threshold. This works well. If a control...

enhancement
Community Contribution

It would be nice if the dockerhub landing page provided links back to the github. Currently there is no readme, or links https://hub.docker.com/r/mitre/saf ## How 1. Update the github docker-build-push...

documentation
Community Contribution

## Idea When using `saf summary`, it would be nice to have a `--filter` flag which could be used to return just a subset of the data Additional information: https://github.com/mitre/saf/issues/1246...

enhancement
Community Contribution