Skip to content

Commit d6f2565

Browse files
authored
Merge pull request #65 from ansible-lockdown/benchmark_v3.0.0
Update To Workflows and Changelog
2 parents e1634c5 + 9ec42d6 commit d6f2565

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/export_badges_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
export-badges:
21-
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'schedule' && startsWith(inputs.repo_name, 'ansible-lockdown/Private-')) || (github.event_name == 'push' && github.ref_name == 'latest')
21+
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'schedule' && startsWith(github.repository, 'ansible-lockdown/Private-')) || (github.event_name == 'push' && github.ref_name == 'latest')
2222
uses: ansible-lockdown/github_windows_IaC/.github/workflows/export_badges_private.yml@self_hosted
2323
with:
2424
# Full org/repo path passed for GitHub API calls (e.g., ansible-lockdown/Private-Windows-2016-CIS)

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
May 2025 Update
66
- Fixed Control 18.6.14.1 For Missing RequirePrivacy=1 in Ansible Hardening. - Thanks @mfortin
7-
- Updated Pipelines branches run on.
87
- Updated 18.10.56.3.10.2 value to 60000 from 6000 in Remediate and GPO - Thanks @mfortin
98
- Updated 18.10.79.2 Path In Remediate - Thanks @mfortin
109
- Updated 18.10.92.4.1 ManagePreviewBuildsPolicyValue to 1. - Thanks @mfortin
10+
- Updated Pipelines Branches Trigger
11+
- Updated Readme with New Badges
1112

1213
## Release 1.1.0
1314

0 commit comments

Comments
 (0)