mirror of
https://github.com/actions/container-action.git
synced 2025-06-14 01:07:42 +00:00
Merge pull request #25 from actions/dependabot/github_actions/super-linter/super-linter-6
Bump super-linter/super-linter from 5 to 6
This commit is contained in:
commit
c5befd6006
6
.github/linters/.checkov.yml
vendored
Normal file
6
.github/linters/.checkov.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
quiet: true
|
||||
skip-check:
|
||||
# Ensure that HEALTHCHECK instructions have been added to container images
|
||||
- CKV_DOCKER_2
|
||||
# Ensure that a user for the container has been created
|
||||
- CKV_DOCKER_3
|
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
@ -20,10 +20,12 @@ jobs:
|
||||
- name: Checkout
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Lint Codebase
|
||||
id: super-linter
|
||||
uses: super-linter/super-linter/slim@v5
|
||||
uses: super-linter/super-linter/slim@v6
|
||||
env:
|
||||
DEFAULT_BRANCH: main
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user