mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
* fix(dockerignore): Include files * fix(dockerfile): Keep python2 and organize * feat(db-connector): Include postgres dependencies * feat(dockerfile): Include hadolint pre-commit
18 lines
210 B
Plaintext
18 lines
210 B
Plaintext
# Ignore git files
|
|
.git/
|
|
.github/
|
|
|
|
# Ignore Dodckerfile
|
|
Dockerfile
|
|
|
|
# Ignore hidden files
|
|
.pre-commit-config.yaml
|
|
.dockerignore
|
|
.gitignore
|
|
.pytest*
|
|
.DS_Store
|
|
|
|
# Ignore output directories
|
|
output/
|
|
junit-reports/
|