Переглянути джерело

Merge pull request #2048 from infosiftr/passwd-fix

Adjust no-hard-coded-passwords test to not run on clearlinux
Tianon Gravi 9 роки тому
батько
коміт
de37719287
1 змінених файлів з 4 додано та 0 видалено
  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