Skip to content

Commit

Permalink
chore(deps): update super-linter/super-linter action to v7 (#845)
Browse files Browse the repository at this point in the history
* chore(deps): update super-linter/super-linter action to v7

* fix: disable CHECKOV validation

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goetz Goerisch <[email protected]>
  • Loading branch information
renovate[bot] and GoetzGoerisch authored Oct 1, 2024
1 parent edd10a0 commit 7bfa0d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
branches: [main, develop]
merge_group:

permissions:
contents: read

###############
# Set the Job #
###############
Expand Down Expand Up @@ -50,13 +53,14 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter@v5.7.2
uses: super-linter/super-linter@v7.1.0
env:
VALIDATE_ALL_CODEBASE: false
# JAVASCRIPT_DEFAULT_STYLE: prettier
VALIDATE_XML: false
# Evaluate JS with eslint instead of standard
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_CHECKOV: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7bfa0d2

Please sign in to comment.