Skip to content

Commit

Permalink
REMOVE ME. add a fake test to trigger automatus
Browse files Browse the repository at this point in the history
  • Loading branch information
a-skr committed Aug 20, 2024
1 parent c0c6cbf commit 700715d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# platform = multi_platform_all
# packages = sudo
# remediation = none

is_debian=`cat /etc/os-release | grep -c "debian"`
[ x$is_debian = x0 ] && return 42
return 0

0 comments on commit 700715d

Please sign in to comment.