Fettling.

This commit is contained in:
Greyscale 2024-05-17 11:19:40 +02:00
parent 547e7edfb2
commit 441e6075f3
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 6 additions and 4 deletions

View file

@ -17,6 +17,10 @@ runtimes:
- python@3.10.8 - python@3.10.8
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint: lint:
disabled:
- trufflehog # Trufflehog duplicates gitleaks functionality.
- terrascan
- trivy
enabled: enabled:
- gitleaks@8.18.2 - gitleaks@8.18.2
- markdownlint@0.40.0 - markdownlint@0.40.0
@ -25,8 +29,6 @@ lint:
- checkov@3.2.92 - checkov@3.2.92
- git-diff-check - git-diff-check
- prettier@3.2.5 - prettier@3.2.5
- trivy@0.51.1
- trufflehog@3.76.2
- yamllint@1.35.1 - yamllint@1.35.1
definitions: definitions:
- name: markdownlint - name: markdownlint

View file

@ -2,8 +2,8 @@
FROM postgres:injected-version FROM postgres:injected-version
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \ LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \ org.label-schema.vcs-url="https://github.com/benzine-framework/docker-postgres" \
org.opencontainers.image.source="https://github.com/benzine-framework/docker" org.opencontainers.image.source="https://github.com/benzine-framework/docker-postgres"
# Add healthcheck script # Add healthcheck script
COPY postgres_healthcheck.sh /usr/local/bin/postgres_healthcheck COPY postgres_healthcheck.sh /usr/local/bin/postgres_healthcheck