Ben Bridts

Results 40 issues of Ben Bridts

### Name of the resource Other ### Resource name AWS::CodeBuild::Build ### Description There is currently no way to start a CodeBuild Build from CloudFormation. this could be useful in cases...

NewResource

**Is your feature request related to a problem? Please describe.** When using Guard as part of a CI/CD pipeline, I would like to use my current reporting tool to track...

enhancement

### Description Security Hub has the AWS Foundational Security Best Practices standard: https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-fsbp.html It would be nice if there was a rule set for this standard too ### Use Case...

feature

Note that this leads to tests failing (so there are probably logic errors too) see also https://github.com/aws-cloudformation/aws-guard-rules-registry/pull/228 --- *By submitting this pull request, I confirm that my contribution is made...

- Allow Origin Access Control in addition to Origin Access Identity - Add rule for Origin Access Identity deprecation Submitting as draft, because I'm having trouble running tests locally (even...

*Description of changes:* This seems more fair to me (and is similar to the wording in e.g https://github.com/aws-cloudformation/cloudformation-guard/blob/main/.github/pull_request_template.md and https://github.com/aws-cloudformation/cloudformation-cli/blob/master/.github/PULL_REQUEST_TEMPLATE.md By submitting this pull request, I confirm that you can...

researching

**Description of changes:** This change will: - cleanup files from the storage bucket when scenario's are deleted - delete result files after a configurable amount of days (default: 10 years)...

**Description of changes:** - Our build pipeline (using nodejs20) complained about old node versions in package.json, I've update the ones I could find - locally I frequently had to run...

Running tests from the main branch gave me a failure without this change. **Description of changes:** ``` # in source/infrastructure npm test -- -u ``` **Checklist** - [X] :wave: I...

**Description of changes:** This is mostly to start the discussion. I noticed that there are a lot of layers in the dockerfile, and did a quick pass. I can spend...