mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
Fix container image names in InSpec tests
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
9ccbc940a1
commit
4d34146719
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -75,10 +75,10 @@ SUPER_LINTER_TEST_CONTINER_URL := ''
|
||||||
DOCKERFILE := ''
|
DOCKERFILE := ''
|
||||||
IMAGE := ''
|
IMAGE := ''
|
||||||
ifeq ($(IMAGE),slim)
|
ifeq ($(IMAGE),slim)
|
||||||
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:slim-test"
|
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:slim"
|
||||||
IMAGE := "slim"
|
IMAGE := "slim"
|
||||||
else
|
else
|
||||||
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:test"
|
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:standard"
|
||||||
IMAGE := "standard"
|
IMAGE := "standard"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue