Closed my-renovate[bot] closed 2 years ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 1 | 0 | 0.12s | |
✅ REPOSITORY | checkov | yes | no | 8.6s | |
✅ REPOSITORY | dustilock | yes | no | 0.0s | |
✅ REPOSITORY | gitleaks | yes | no | 0.65s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | secretlint | yes | no | 1.32s | |
✅ REPOSITORY | syft | yes | no | 0.39s | |
✅ REPOSITORY | trivy | yes | no | 2.37s | |
✅ SPELL | misspell | 1 | 0 | 0.05s | |
✅ YAML | prettier | 1 | 0 | 0.57s | |
✅ YAML | yamllint | 1 | 0 | 0.8s |
See errors details in artifact MegaLinter reports on CI Job page
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
This PR contains the following updates:
1.11.1
->1.12.0
Release Notes
ansible-collections/ansible.windows
### [`v1.12.0`](https://togithub.com/ansible-collections/ansible.windows/blob/HEAD/CHANGELOG.rst#v1120) [Compare Source](https://togithub.com/ansible-collections/ansible.windows/compare/1.11.1...1.12.0) \======= ## Release Summary Release summary for v1.12.0 ## Minor Changes - win_acl - Added the `follow` parameter with will follow the symlinks and junctions before applying ACLs to change the target instead of the link - win_powershell - Add support for setting diff output with `$Ansible.Diff` in the script - win_uri - Use SHA256 for file idempotency checks instead of SHA1 ## Bugfixes - win_acl_inheritance - Fix broken pathqualifier when using a UNC path - (https://github.com/ansible-collections/ansible.windows/issues/408). - win_certificate_store - Allow to reimport a certificate + key if the private key was not present the first time you imported it - win_setup - Fix custom facts that return false are missing - https://github.com/ansible-collections/ansible.windows/issues/430 - win_updates - Fix broken call when logging a warning about updates with errors - https://github.com/ansible-collections/ansible.windows/issues/411 - win_updates - Handle running with a temp profile path that is deleted between reboots - https://github.com/ansible-collections/ansible.windows/issues/417