Update fetch depth

This commit is contained in:
Nick Alteen 2024-02-22 09:15:34 -05:00
parent 88d337d5cb
commit 20f88626c5
2 changed files with 8 additions and 0 deletions

6
.github/linters/.checkov.yml vendored Normal file
View 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

View File

@ -20,6 +20,8 @@ jobs:
- name: Checkout - name: Checkout
id: checkout id: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Codebase - name: Lint Codebase
id: super-linter id: super-linter