mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
chore: fix typos
This commit is contained in:
parent
bc289f2eaa
commit
1878581f63
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
IMAGE_NAME:=hadolint-action
|
IMAGE_NAME:=hadolint-action
|
||||||
|
|
||||||
lint-dockerfile: ## Runs hadoint against application dockerfile
|
lint-dockerfile: ## Runs hadolint against application dockerfile
|
||||||
@docker run --rm -v "$(PWD):/data" -w "/data" hadolint/hadolint hadolint Dockerfile
|
@docker run --rm -v "$(PWD):/data" -w "/data" hadolint/hadolint hadolint Dockerfile
|
||||||
|
|
||||||
lint-yaml: ## Lints yaml configurations
|
lint-yaml: ## Lints yaml configurations
|
||||||
|
@ -12,8 +12,8 @@ build: ## Builds the docker image
|
||||||
|
|
||||||
test: build ## Runs a test in the image
|
test: build ## Runs a test in the image
|
||||||
@docker run -i --rm \
|
@docker run -i --rm \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-v ${PWD}:/test zemanlx/container-structure-test:v1.8.0-alpine \
|
-v ${PWD}:/test zemanlx/container-structure-test:v1.8.0-alpine \
|
||||||
test \
|
test \
|
||||||
--image $(IMAGE_NAME) \
|
--image $(IMAGE_NAME) \
|
||||||
--config test/structure-tests.yaml
|
--config test/structure-tests.yaml
|
||||||
|
|
Loading…
Reference in a new issue