Skip to content

Commit 21d824e

Browse files
authored
Merge pull request #57 from aquasecurity/fix-test-1.1.5
FIx 1.1.5
2 parents 4ab4732 + 22acf78 commit 21d824e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/2.0.0/definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ groups:
399399

400400
- id: 1.1.5
401401
description: "Ensure noexec option set on /tmp partition"
402-
audit: "mount | grep /tmp"
402+
audit: "mount | grep -E '\\s/tmp\\s' | grep -v noexec"
403403
tests:
404404
test_items:
405405
- flag: ""

0 commit comments

Comments
 (0)