Showing 1,093 of 1,093 total issues
Line too long (136 > 99 characters) Open
'--variable', help='A string name of the XCCDF variable to with the value to check for. Mutually exclusive with "match" option')
- Read upRead up
- Exclude checks
Line too long (134 > 99 characters) Open
'--negate', default=False, action="store_true", help='negate the given matching criteria (does NOT match). Default is false.')
- Read upRead up
- Exclude checks
Expected 2 blank lines, found 0 Open
class FlexibleLoader(ssg.jinja.AbsolutePathFileSystemLoader):
- Read upRead up
- Exclude checks
Line too long (112 > 99 characters) Open
parser.add_argument("action", choices=['add', 'remove', 'list', 'replace', 'delete', 'make_shared', 'diff'],
- Read upRead up
- Exclude checks
Line too long (113 > 99 characters) Open
SRG_GPOS_URL = "https://public.cyber.mil/stigs/downloads/?_dl_facet_stigs=operating-systems%2Cgeneral-purpose-os"
- Read upRead up
- Exclude checks
Expected 2 blank lines, found 1 Open
def set_check_existence_value(value, template_vars):
- Read upRead up
- Exclude checks
Line too long (125 > 99 characters) Open
'--match', help='A string value or regex providing the matching criteria. One of "match" or "variable" are required')
- Read upRead up
- Exclude checks
Line too long (100 > 99 characters) Open
# total_perc_time_delta is the percentage change of build times between current and baseline
- Read upRead up
- Exclude checks
Line too long (108 > 99 characters) Open
data["arg_is_regex"] = parse_template_boolean_value(data, parameter="arg_is_regex", default_value=False)
- Read upRead up
- Exclude checks
Line too long (102 > 99 characters) Open
data["no_quotes"] = parse_template_boolean_value(data, parameter="no_quotes", default_value=False)
- Read upRead up
- Exclude checks
Module level import not at top of file Open
import ssg_test_suite.profile
- Read upRead up
- Exclude checks
Too many blank lines (2) Open
def _check_rule_scenario(self, scenario, remote_rule_dir, rule_id, remediation_available):
- Read upRead up
- Exclude checks
Line too long (109 > 99 characters) Open
contentImage: image-registry.openshift-image-registry.svc:5000/openshift-compliance/openscap-ocp4-ds:latest
- Read upRead up
- Exclude checks
Line too long (153 > 99 characters) Open
rule_yaml['warnings'] = [{'general': JinjaString("{{{ openshift_filtered_cluster_setting({'%s': '%s'}) | indent(4) }}}" % (url, args.jqfilter))}]
- Read upRead up
- Exclude checks
Line too long (117 > 99 characters) Open
platform_parser = type_parser.add_parser('platform', help='Creates a Platform rule', parents=[common_rule_args])
- Read upRead up
- Exclude checks
Line too long (108 > 99 characters) Open
'--match-entity', help='the entity_check value to apply, i.e., "all", "at least one", "none exist"')
- Read upRead up
- Exclude checks
Continuation line under-indented for visual indent Open
help="Path to SSG root directory (defaults to %s)" % SSG_ROOT)
- Read upRead up
- Exclude checks
Line too long (120 > 99 characters) Open
data["default_is_enabled"] = parse_template_boolean_value(data, parameter="default_is_enabled", default_value=False)
- Read upRead up
- Exclude checks