Skip to content

Commit

Permalink
Fix rule 208 nomatches example's finding (#1068)
Browse files Browse the repository at this point in the history
The file nomatches.yml started triggering a finding on 4.3.0 due to missing file permissions.
  • Loading branch information
samueloph committed Oct 5, 2020
1 parent 366a846 commit a45e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nomatches.yml
Expand Up @@ -6,4 +6,4 @@
action: debug msg="Hello!"

- name: this should be fine too
action: file state=touch dest=./wherever
action: file state=touch mode=0644 dest=./wherever

0 comments on commit a45e225

Please sign in to comment.