We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ebfdb commit 517029aCopy full SHA for 517029a
1 file changed
.github/workflows/super-linter.yml
@@ -54,7 +54,7 @@ jobs:
54
# Run Linter against code base #
55
################################
56
- name: Lint Code Base
57
- uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
+ uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
DEFAULT_BRANCH: main
@@ -64,6 +64,7 @@ jobs:
64
VALIDATE_GIT_COMMITLINT: false
65
VALIDATE_BIOME_FORMAT: false
66
VALIDATE_BIOME_LINT: false
67
+ VALIDATE_CHECKOV: false
68
concurrency:
69
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
70
cancel-in-progress: true
0 commit comments