We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67eab12 commit a80f256Copy full SHA for a80f256
2 files changed
.github/workflows/mega-linter.yml
@@ -85,7 +85,8 @@ jobs:
85
86
# You can override MegaLinter flavor used to have faster performances
87
# More info at https://megalinter.io/latest/flavors/
88
- uses: oxsecurity/megalinter@v8
+ # The below commit hash is v8.8.0
89
+ uses: oxsecurity/megalinter@e08c2b05e3dbc40af4c23f41172ef1e068a7d651
90
91
id: ml
92
kics.config
@@ -10,6 +10,3 @@ exclude-queries:
10
11
# Sensitive Port Exposed to Private Network (This is fine due to VPC)
12
- 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