Skip to content

Commit 517029a

Browse files
super-linterアップデート (#1482)
* Update super-linter/super-linter action to v8.2.1 * Disable Checkov --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6ebfdb commit 517029a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/super-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Run Linter against code base #
5555
################################
5656
- name: Lint Code Base
57-
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
57+
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
DEFAULT_BRANCH: main
@@ -64,6 +64,7 @@ jobs:
6464
VALIDATE_GIT_COMMITLINT: false
6565
VALIDATE_BIOME_FORMAT: false
6666
VALIDATE_BIOME_LINT: false
67+
VALIDATE_CHECKOV: false
6768
concurrency:
6869
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
6970
cancel-in-progress: true

0 commit comments

Comments
 (0)