Skip to content

Commit

Permalink
Switch to upstream super-linter/super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Apr 12, 2024
1 parent fc8aec0 commit 03d2679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
# FIXME: turning off SQLFluff which seems to have issues parsing
uses: super-linter/super-linter@92e2606383320f72e6129f8a50d8537cf9c84ed6 # v6.3.1
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_SQLFLUFF: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OSV scanner:

super linter:
image:
name: github/super-linter:latest
name: super-linter/super-linter:latest
entrypoint:
- ''
stage: check
Expand Down

0 comments on commit 03d2679

Please sign in to comment.