John Russell

Results 3 issues of John Russell

Not able to set the popover width. Setting style="white-space:nowrap" on the content div works for now

### Terraform Version ```shell Terraform v1.4.0 on linux_amd64 ``` ### Terraform Configuration Files N/A ### Debug Output N/A ### Expected Behavior `terraform fmt` should produce files that are compliant with...

enhancement
new
fmt

#### Description of problem: bash-fix remediation uses invalid sed syntax for content_rule_kernel_module_usb-storage_disabled. sed replacement must escape the forward `/` in /path/to/file (ie: `/bin/true` should be `\/bin\/true`). Also for consistency, the...