From 1e97eea6a51cd542f763582c623a71ae09426978 Mon Sep 17 00:00:00 2001 From: Aki Kanellis Date: Sat, 25 Nov 2023 16:47:31 +0000 Subject: [PATCH] build: update devsec.hardening to "a15159d" (#383) We temporarily need to update to a git commit hash due to a fix that was committed but not released yet. The commit fixes random test failures due to a lack of sorting in a task. See: https://github.com/dev-sec/ansible-collection-hardening/pull/718 --- ansible/requirements.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 8c4e23269..09ce0e80a 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -6,8 +6,13 @@ collections: version: 2.11.0 - name: community.general version: 7.5.1 - - name: devsec.hardening - version: 8.8.0 + # We temporarily need to specify the bellow git commit hash + # due to a fix that was committed but not released yet. + # See: https://github.com/dev-sec/ansible-collection-hardening/pull/718 + - name: devsec-hardening + type: git + source: https://github.com/dev-sec/ansible-collection-hardening + version: "a15159d0726d509baa066698021d9470c97a8768" roles: - name: gantsign.antigen