Matěj Týč

Results 40 issues of Matěj Týč

I have found out that `_underline_` resulting in actual underline is supported, but not documented in the help. So I have added this to the help page code by copy-pasting...

deferred

#### Description: This PR adds a new rule based on `grub2_disable_interactive_boot` The new rule differs from the original one, as it uses the template which makes it uefi-aware, and the...

do-not-merge/work-in-progress

How templated tests are handled: - Templated tests are [picked up at the moment of rule collection](https://github.com/ComplianceAsCode/content/blob/ba20d1597265070ea934353662d7d86ab395cefe/tests/ssg_test_suite/common.py#L577). - Duplicate scenarios are f[iltered out by default](https://github.com/ComplianceAsCode/content/blob/ba20d1597265070ea934353662d7d86ab395cefe/tests/ssg_test_suite/rule.py#L215) (if tests of multiple rules...

Test Suite

Moved rule and platform functionality to separate files. Only minimal modifications were made to the existing code - the PR is basically only about moving code around and about adjusting...

do-not-merge/work-in-progress
needs-rebase

When there is a single Ansible playbook for a rule, relax its set of applicable platforms. See #7254 for details.

do-not-merge/work-in-progress
needs-rebase
RHEL9

## Description of problem: There is a high rate of activity in the project, but the count of PRs that are not merged is really high - over 40. This...

governance

#### Description of problem: The rule https://github.com/ComplianceAsCode/content/tree/master/linux_os/guide/system/accounts/accounts-session/accounts_user_dot_no_world_writable_programs does following things: - It searches all user's home directories, trying to identify "initialization files" using a parametric regex. This is probably fine....

OVAL
STIG

Some arguments can have long descriptive names s.a. `--add-another-value`, so it can be convenient to add a long, but abbreviated option (i.e. alias) s.a. `--aavalue`.

proposal

The `ARG_OPTIONAL_REPEATED` and `ARG_OPTIONAL_INCREMENTAL` currently extend their defaults. It may make sense to give a possibility to pick the way defaults are handled, because there are legitimate use cases when...

enhancement
help wanted
proposal

When validation functions such as 'pint()' are placed into the resulting shell script they do not include the same indentation specified using `ARGBASH_SET_INDENT([ ])` instead the hard tabs remain and...

bug