Merge pull request #87 from actions/dependabot/github_actions/super-linter/super-linter-6

Bump super-linter/super-linter from 5 to 6
This commit is contained in:
Nick Alteen 2024-02-22 09:28:03 -05:00 committed by GitHub
commit b0b55d4900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 6 deletions

3
.github/linters/.checkov.yml vendored Normal file
View File

@ -0,0 +1,3 @@
quiet: true
skip-check:
- CKV_GHA_7

View File

@ -21,16 +21,16 @@ on:
schedule:
- cron: '19 4 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

View File

@ -9,6 +9,10 @@ on:
default: 'World'
type: string
permissions:
actions: read
contents: read
jobs:
say-hello:
name: Say Hello

View File

@ -20,6 +20,8 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
id: setup-node
@ -34,7 +36,7 @@ jobs:
- name: Lint Codebase
id: super-linter
uses: super-linter/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: dist/**/*