From adaa65b6a9e378da8a1459c0833ffde4f80f537e Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Sat, 21 Feb 2026 13:05:52 +0000 Subject: [PATCH 1/2] chore: synced local '.github/' with remote 'general/.github/' --- .github/workflows/action-prettier.yml | 2 +- .github/workflows/action-super-linter.yml | 3 +-- .../action-update-copyright-years-in-license-file.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index a7e0a71..f5d51a4 100644 --- a/.github/workflows/action-prettier.yml +++ b/.github/workflows/action-prettier.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/action-super-linter.yml b/.github/workflows/action-super-linter.yml index e8de814..31b2fa9 100644 --- a/.github/workflows/action-super-linter.yml +++ b/.github/workflows/action-super-linter.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # super-linter needs the full git history to get the # list of files that changed across commits @@ -49,6 +49,5 @@ jobs: VALIDATE_MARKDOWN_PRETTIER: false VALIDATE_NATURAL_LANGUAGE: false VALIDATE_SHELL_SHFMT: false - VALIDATE_TERRAFORM_TERRASCAN: false VALIDATE_TRIVY: false VALIDATE_YAML_PRETTIER: false diff --git a/.github/workflows/action-update-copyright-years-in-license-file.yml b/.github/workflows/action-update-copyright-years-in-license-file.yml index 7ee528c..ab1549f 100644 --- a/.github/workflows/action-update-copyright-years-in-license-file.yml +++ b/.github/workflows/action-update-copyright-years-in-license-file.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false From 966950a28059b0e3db3ecbc2a0abc1b6fce34215 Mon Sep 17 00:00:00 2001 From: dgibbs64 Date: Sat, 21 Feb 2026 13:05:52 +0000 Subject: [PATCH 2/2] chore: synced local './' with remote 'docker/' --- .checkov.yml | 4 ---- .github/linters/.yaml-lint.yml | 9 +++++++++ .github/workflows/action-dockerhub-description.yml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .github/linters/.yaml-lint.yml diff --git a/.checkov.yml b/.checkov.yml index 5de9e9f..26dc84c 100644 --- a/.checkov.yml +++ b/.checkov.yml @@ -1,7 +1,3 @@ skip-check: - CKV_DOCKER_2 - CKV_DOCKER_3 - - CKV_DOCKER_8 - - CKV2_DOCKER_1 -skip-path: - - node_modules/ diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml new file mode 100644 index 0000000..c630509 --- /dev/null +++ b/.github/linters/.yaml-lint.yml @@ -0,0 +1,9 @@ +--- +extends: default + +rules: + line-length: disable + comments: disable + +ignore: | + .github diff --git a/.github/workflows/action-dockerhub-description.yml b/.github/workflows/action-dockerhub-description.yml index ec85ca3..7960311 100644 --- a/.github/workflows/action-dockerhub-description.yml +++ b/.github/workflows/action-dockerhub-description.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false