Skip to content

Commit

Permalink
build: update devsec.hardening to "a15159d" (#383)
Browse files Browse the repository at this point in the history
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: dev-sec/ansible-collection-hardening#718
  • Loading branch information
akikanellis authored Nov 25, 2023
1 parent beb164b commit 1e97eea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e97eea

Please sign in to comment.