Update containers.build.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-17 20:50:55 +02:00
committed by GitHub
parent 092eeec71c
commit fb686c9d31
+17 -17
View File
@@ -53,23 +53,23 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: hadolint #- name: hadolint
uses: reviewdog/action-hadolint@73fec8b28091e5082c19df69815dd749d97b882a # v1.46.0 # uses: reviewdog/action-hadolint@73fec8b28091e5082c19df69815dd749d97b882a # v1.46.0
with: # with:
github_token: ${{ secrets.GITHUB_TOKEN }} # github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review # reporter: github-pr-review
filter_mode: diff_context # filter_mode: diff_context
hadolint_ignore: DL3007 # hadolint_ignore: DL3007
fail_on_error: true # fail_on_error: true
exclude: | # exclude: |
/website/* # /website/*
/cluster/* # /cluster/*
/archive/* # /archive/*
/clustertool/* # /clustertool/*
/.github/* # /.github/*
/website/* # /website/*
/repositories/* # /repositories/*
/templates/* # /templates/*
build: build: