Skip to content

Commit

Permalink
Revert super-linter to version 5 (#36)
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
Giglium authored May 7, 2024
1 parent 711b9f7 commit 67a7b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v6
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion common_linters.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif
# Actions
.PHONY: linter.superlinter
lint.superlinter: #! Run Super Linter as a static analysis tool to scan the codebase.
docker run --rm --name=$(PROJECT_NAME)-$(VERSION)-scanner -e RUN_LOCAL=$(RUN_LOCAL) -e DEFAULT_BRANCH=main -e FILTER_REGEX_EXCLUDE="$(AUTOGENERATED_FILE_REGEX)" -v $(ROOT):/tmp/lint/ ghcr.io/super-linter/super-linter:v6
docker run --rm --name=$(PROJECT_NAME)-$(VERSION)-scanner -e RUN_LOCAL=$(RUN_LOCAL) -e DEFAULT_BRANCH=main -e FILTER_REGEX_EXCLUDE="$(AUTOGENERATED_FILE_REGEX)" -v $(ROOT):/tmp/lint/ ghcr.io/super-linter/super-linter:v5

.PHONY: lint.hadolint
lint.hadolint: #! Run Hadolint as a static analysis tool to scan the Dockerfile.
Expand Down

0 comments on commit 67a7b01

Please sign in to comment.