mirror of
https://github.com/actions/container-action.git
synced 2025-06-14 01:07:42 +00:00
Update fetch depth
This commit is contained in:
parent
88d337d5cb
commit
20f88626c5
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
|
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
||||
- name: Checkout
|
||||
id: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Lint Codebase
|
||||
id: super-linter
|
||||
|
Loading…
x
Reference in New Issue
Block a user