Update definitions.yaml

Has a problem with the pipelines in the audit command.
Solved with script 1.1.25.sh file
This commit is contained in:
yoavrotems 2019-05-21 14:40:16 +03:00 committed by GitHub
parent 8fc2a4643b
commit d2ab36f800
Failed to generate hash of commit

View file

@ -564,7 +564,7 @@ groups:
- id: 1.1.25
description: "Ensure sticky bit is set on all world-writable directories"
audit: "df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -type d \\( -perm -0002 -a ! -perm -1000 \\) 2>/dev/null"
audit: "./1.1.25.sh"
tests:
test_items:
- flag: ""