Skip to content

Commit 67eab12

Browse files
committed
chore: bump Megalinter to V8.
- Update Makefile to use V8 docker container. - Update Megalint action to use V8 instead of a specific commit hash. - Add an ignore rule to Kics to ignore version pin instead of commit hash.
1 parent 936453d commit 67eab12

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
# You can override MegaLinter flavor used to have faster performances
8787
# More info at https://megalinter.io/latest/flavors/
88-
uses: oxsecurity/megalinter@1fc052d03c7a43c78fe0fee19c9d648b749e0c01
88+
uses: oxsecurity/megalinter@v8
8989

9090
id: ml
9191

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ megalint: ## Run the mega-linter.
5353
docker run --platform linux/amd64 --rm \
5454
-v /var/run/docker.sock:/var/run/docker.sock:rw \
5555
-v $(shell pwd):/tmp/lint:rw \
56-
oxsecurity/megalinter:v7
56+
oxsecurity/megalinter:v8

kics.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ exclude-queries:
1010

1111
# Sensitive Port Exposed to Private Network (This is fine due to VPC)
1212
- 92fe237e-074c-4262-81a4-2077acb928c1
13+
14+
# Megalinter Action pinning to @v8 instead of a commit hash
15+
- 555ab8f9-2001-455e-a077-f2d0f41e2fb9

0 commit comments

Comments
 (0)