Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V3R12 update #434

Merged
merged 31 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b14d0da
Improve sudo user password check
uk-bolly Jul 26, 2023
91262a9
Merge pull request #429 from ansible-lockdown/sudo_check
uk-bolly Jul 26, 2023
3936898
V3R12 updates
uk-bolly Jul 28, 2023
12e30a8
updated
uk-bolly Jul 28, 2023
96dc8eb
Update fix-cat2.yml
whitehat237 Aug 3, 2023
87e74f0
Resolves issue 131 updates RHEL-07-020110 variable to properly refere…
whitehat237 Aug 7, 2023
7c547ca
added fix from @whitehat237 #431
uk-bolly Aug 8, 2023
e0fc5f3
added fix from @whitehat237 #431
uk-bolly Aug 8, 2023
fbe150b
Merge pull request #430 from whitehat237/devel
uk-bolly Aug 8, 2023
58ed7d1
updated change log
uk-bolly Aug 8, 2023
8e5e321
improved logic
uk-bolly Aug 8, 2023
401d660
change log update
uk-bolly Aug 8, 2023
046ee60
lint update
uk-bolly Aug 8, 2023
4b20bee
stig version update
uk-bolly Aug 8, 2023
a5aaadc
lint improvements
uk-bolly Aug 8, 2023
eaeb3dd
changelog updated
uk-bolly Aug 8, 2023
186867c
fix var typo
uk-bolly Aug 8, 2023
bf071bb
tidy up blank line
uk-bolly Aug 8, 2023
4a4ce04
Merge pull request #432 from ansible-lockdown/stig_v3r12
uk-bolly Aug 8, 2023
80248aa
removed old workflow files
uk-bolly Sep 14, 2023
0748fca
added new pipeline workflows
uk-bolly Sep 14, 2023
d04d9c6
updated tags thansk to @trae on discord
uk-bolly Sep 14, 2023
d1ee020
updated date
uk-bolly Sep 14, 2023
d209ffd
added tag
uk-bolly Sep 14, 2023
f434a72
updated
uk-bolly Sep 14, 2023
a5bff3a
gcsm "added and setup secrets"
uk-bolly Sep 14, 2023
cde9e8a
updated discord link
uk-bolly Sep 14, 2023
feb1eb7
added precommit file
uk-bolly Sep 14, 2023
b4a62a3
Lint tidy up
uk-bolly Sep 14, 2023
c82e4fb
added precommit comment
uk-bolly Sep 14, 2023
baa1d83
Merge pull request #433 from ansible-lockdown/workflow_lint_readme
uk-bolly Sep 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ quiet: true
skip_list:
- 'schema'
- 'no-changed-when'
- 'var-spacing'
- 'fqcn-builtins'
- 'experimental'
- 'fqcn[action-core]'
- 'fqcn[action]'
- 'name[play]'
- 'name[casing]'
- 'name[template]'
- 'jinja[spacing]'
- 'var-naming' # Older playbook no new release
- 'fqcn[action]'
- 'key-order[task]'
- '204'
- '208'
- '305'
- '303'
- '403'
- '306'
- '602'
- '208'
use_default_rules: true
verbosity: 0
1 change: 1 addition & 0 deletions .config/.gitleaks-report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
190 changes: 190 additions & 0 deletions .config/.secrets.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
{
"version": "1.4.0",
"plugins_used": [
{
"name": "ArtifactoryDetector"
},
{
"name": "AWSKeyDetector"
},
{
"name": "AzureStorageKeyDetector"
},
{
"name": "Base64HighEntropyString",
"limit": 4.5
},
{
"name": "BasicAuthDetector"
},
{
"name": "CloudantDetector"
},
{
"name": "DiscordBotTokenDetector"
},
{
"name": "GitHubTokenDetector"
},
{
"name": "HexHighEntropyString",
"limit": 3.0
},
{
"name": "IbmCloudIamDetector"
},
{
"name": "IbmCosHmacDetector"
},
{
"name": "JwtTokenDetector"
},
{
"name": "KeywordDetector",
"keyword_exclude": ""
},
{
"name": "MailchimpDetector"
},
{
"name": "NpmDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SendGridDetector"
},
{
"name": "SlackDetector"
},
{
"name": "SoftlayerDetector"
},
{
"name": "SquareOAuthDetector"
},
{
"name": "StripeDetector"
},
{
"name": "TwilioKeyDetector"
}
],
"filters_used": [
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".config/.secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
},
{
"path": "detect_secrets.filters.heuristic.is_indirect_reference"
},
{
"path": "detect_secrets.filters.heuristic.is_likely_id_string"
},
{
"path": "detect_secrets.filters.heuristic.is_lock_file"
},
{
"path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string"
},
{
"path": "detect_secrets.filters.heuristic.is_potential_uuid"
},
{
"path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign"
},
{
"path": "detect_secrets.filters.heuristic.is_sequential_string"
},
{
"path": "detect_secrets.filters.heuristic.is_swagger_file"
},
{
"path": "detect_secrets.filters.heuristic.is_templated_secret"
},
{
"path": "detect_secrets.filters.regex.should_exclude_file",
"pattern": [
".config/.gitleaks-report.json"
]
}
],
"results": {
"defaults/main.yml": [
{
"type": "Secret Keyword",
"filename": "defaults/main.yml",
"hashed_secret": "64411efd0f0561fe4852c6e414071345c9c6432a",
"is_verified": false,
"line_number": 467,
"is_secret": false
}
],
"tasks/fix-cat2.yml": [
{
"type": "Secret Keyword",
"filename": "tasks/fix-cat2.yml",
"hashed_secret": "673504d3db128a01a93d32de2b104a05dc2e6859",
"is_verified": false,
"line_number": 1449,
"is_secret": false
}
],
"tasks/main.yml": [
{
"type": "Secret Keyword",
"filename": "tasks/main.yml",
"hashed_secret": "2784977b09b611a32db88f631d88a5806605967e",
"is_verified": false,
"line_number": 39,
"is_secret": false
},
{
"type": "Secret Keyword",
"filename": "tasks/main.yml",
"hashed_secret": "64411efd0f0561fe4852c6e414071345c9c6432a",
"is_verified": false,
"line_number": 56,
"is_secret": false
}
],
"tasks/parse_etc_passwd.yml": [
{
"type": "Secret Keyword",
"filename": "tasks/parse_etc_passwd.yml",
"hashed_secret": "2aaf9f2a51d8fe89e48cb9cc7d04a991ceb7f360",
"is_verified": false,
"line_number": 18
}
],
"tasks/prelim.yml": [
{
"type": "Secret Keyword",
"filename": "tasks/prelim.yml",
"hashed_secret": "fd917ab33fb6bd01e799f4b72da0586589cd909a",
"is_verified": false,
"line_number": 228,
"is_secret": false
}
],
"templates/pam_pkcs11.conf.j2": [
{
"type": "Secret Keyword",
"filename": "templates/pam_pkcs11.conf.j2",
"hashed_secret": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"is_verified": false,
"line_number": 173,
"is_secret": false
}
]
},
"generated_at": "2023-09-14T14:19:49Z"
}
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/feature-request-or-enhancement.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/pull_request_template.md

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/OS.tfvars

This file was deleted.

Loading
Loading