Skip to content

Commit

Permalink
replace Super-Linter with Mega-Linter (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkoehler authored Oct 3, 2023
1 parent 93f80a7 commit 2d79aed
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,26 @@ name: Lint Codebase

on:
push:
branches: [ master, release/**, patch/** ]
branches: [master, release/**, patch/**]
pull_request:
branches: [ master, release/**, patch/** ]
branches: [master, release/**, patch/**]

permissions:
contents: read
statuses: write

jobs:
super-linter:
name: Super-Linter
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
with:
# Full git history is needed to get a proper list of changed files within super-linter
fetch-depth: 0
ref: ${{ github.head_ref || github.ref }}

- name: Lint Code Base
uses: github/super-linter/[email protected]
uses: oxsecurity/megalinter@v7
env:
LOG_LEVEL: NOTICE
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -40,3 +38,4 @@ jobs:
VALIDATE_XML: true
VALIDATE_YAML: true
FILTER_REGEX_EXCLUDE: .*contrib/helm.*
GITHUB_COMMENT_REPORTER: false

0 comments on commit 2d79aed

Please sign in to comment.