Šimon Lukašík

Results 25 issues of Šimon Lukašík

Rationale: Along the lines of parallel scanning, it would be nice to a flag that runs a fast scan, one that ignores any probe that takes longer than a couple...

enhancement
big idea
content

Rationale: Auditors often need to not install additional software on the audited machine. OpenSCAP currently cannot be statically linked and carried on USB. Deliverable: prepare static build of OpenSCAP (modify...

big idea

Save as DataStream feature enables user to bundle customization file and XCCDF and OVAL into a single DataStream file. The motivation behind this are the satellite users, they may want...

``` Collecting aws-sam-translator>=1.45.0 (from cfn-lint>=0.43.0->cloudformation-cli) Could not find a version that satisfies the requirement aws-sam-translator>=1.45.0 (from cfn-lint>=0.43.0->cloudformation-cli) (from versions: 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0, 1.6.1, 1.7.0, 1.8.0, 1.9.0, 1.9.1, 1.10.0,...

### What does this PR do? Consult the [CONTRIBUTING](https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/CONTRIBUTING.md#contributing-via-pull-requests) guide for submitting pull-requests. ### Motivation - New Add-on for installation of Falcon Operator and CrowdStrike Falcon Sensors onto the cluster...

## Summary Prior attempts #9036, #9030, #8662, #8760, #8615, #8535 ## Context Liquid 5.x provides multiple breaking changes. But liquid 4.x won't work all that well with ruby 3.2.0. ##...

Registers#each are being used in the template.rb anyway. Basically merely passing registers from context to template options crashes liquid version 5.4, while it worked in liquid-5.3. Addressing: ``` /opt/hostedtoolcache/Ruby/3.1.2/x64/lib/ruby/gems/3.1.0/gems/liquid-5.4.0/lib/liquid/template.rb:176:in `render':...

Previously, registers returned from liquid have been plain hashes and thus users of the library were able to call `#value_at` on the registers. This ability has been removed by the...