Skip to content
Snippets Groups Projects
Commit 87fde2ce authored by František Dvořák's avatar František Dvořák
Browse files

Specify lint checks

parent 4f30879f
Branches
No related tags found
No related merge requests found
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = off
trim_trailing_whitespace = true
[*.md]
indent_style = none
[*.{yaml,yml}]
indent_size = 2
indent_style = space
[Dockerfile]
indent_style = none
---
DISABLE:
- SPELL
DISABLE_LINTERS:
# buggy (.git)
- REPOSITORY_DEVSKIM
# hard to configure
- REPOSITORY_KICS
# hard to configure
- REPOSITORY_TRIVY
FILTER_REGEX_EXCLUDE: ^(TODO|.*\.swp)$
# DL3008: Pin versions in apt get install: do not want
DOCKERFILE_HADOLINT_ARGUMENTS: --ignore DL3008
# CKV_DOCKER_2: Ensure that HEALTHCHECK instructions have been added to container images: not a service
# CKV_DOCKER_3 Ensure that a user for the container has been created: debugging easier with root
REPOSITORY_CHECKOV_ARGUMENTS: --skip-check CKV_DOCKER_2,CKV_DOCKER_3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment