Fettling.
This commit is contained in:
parent
d43bc81f84
commit
58ab1e7540
3 changed files with 7 additions and 5 deletions
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
- "20.9.0"
|
||||
- "21.6.1"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: docker/setup-qemu-action@v3
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
|
|
|
@ -17,6 +17,10 @@ runtimes:
|
|||
- python@3.10.8
|
||||
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
|
||||
lint:
|
||||
disabled:
|
||||
- trufflehog # Trufflehog duplicates gitleaks functionality.
|
||||
- terrascan
|
||||
- trivy
|
||||
enabled:
|
||||
- gitleaks@8.18.2
|
||||
- markdownlint@0.40.0
|
||||
|
@ -25,8 +29,6 @@ lint:
|
|||
- checkov@3.2.92
|
||||
- git-diff-check
|
||||
- prettier@3.2.5
|
||||
- trivy@0.51.1
|
||||
- trufflehog@3.76.2
|
||||
- yamllint@1.35.1
|
||||
definitions:
|
||||
- name: markdownlint
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
FROM marshall:build AS nodejs
|
||||
|
||||
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
|
||||
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
|
||||
org.opencontainers.image.source="https://github.com/benzine-framework/docker"
|
||||
org.label-schema.vcs-url="https://github.com/benzine-framework/docker-node" \
|
||||
org.opencontainers.image.source="https://github.com/benzine-framework/docker-node"
|
||||
|
||||
ARG NODE_VERSION
|
||||
ARG YARN_VERSION
|
||||
|
|
Loading…
Reference in a new issue