James Brennan

Results 9 issues of James Brennan

- Replace `kibit.reporters/name-to-reporter` with a multi-method to allow for different formats to be defined outside of the project - Separate the format of the reporters from the contents to allow...

https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-header

`deep_merge` behaves different than `Hash#merge`, where `Hash#merge` overwrites a key's value of the original hash if the hash being merged in contains the same key. The opposite is true for...

I'm trying to setup knife-spork in a chef-repo with my own cookbooks under `site-cookbooks/` and third party cookbooks managed by librarian installed into `cookbooks/`. There are currently no cookbooks on...

**Describe the enhancement** Fully support all features when runner is within a Docker container. Not all features are currently supported when the runner is within a Docker container, [specifically those...

enhancement
Runner :heart: Container

Add the equivalent to running `aws cloudformation package` (perhaps `iidy create-stack --package ` and/or `ArtifactLocation: s3://bucket/base/path/` stack args property) to upload resources to S3 and replace their property in the...

Given a stack args like: ``` $imports: params: ssm-path:/path/to/params/ ... Parameters: ImageId: !$ params.ImageId ``` allow something like this to work: ``` iidy param set stack-args.yaml params.ImageId ami-000000 ``` where...

Leverage parameter store history to debug and resolve issues due to changes in parameter store values. Running existing commands, with parameters as they were at a given point in time:...