Browse Source

Adjust no-hard-coded-passwords test to not run on clearlinux

Joe Ferguson 9 years ago
parent
commit
cbe9e80ca4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/config.sh

+ 4 - 0
test/config.sh

@@ -187,6 +187,10 @@ globalExcludeTests+=(
 	[swarm_override-cmd]=1
 	[traefik_override-cmd]=1
 
+	# clearlinux has no /etc/password
+	# https://github.com/docker-library/official-images/pull/1721#issuecomment-234128477
+	[clearlinux_no-hard-coded-passwords]=1
+
 	# no "native" dependencies
 	[ruby:alpine_ruby-bundler]=1
 	[ruby:alpine_ruby-gems]=1