Browse Source

chore(sync): synced local './' with remote 'docker/'

Synced from dgibbs64/repo-sync@c0827cced31890005c2af5b9e7832f8d758ab7df — feat(prettier): add support for additional Prettier plugins

* Updated the installation command to include `prettier-plugin-ejs`.
* Modified the `prettier_plugins` input to reflect the new plugin addition.
repo-sync/main
dgibbs64 3 weeks ago
parent
commit
56f437ad31
  1. 4
      .checkov.yml
  2. 2
      .devcontainer/devcontainer.json
  3. 9
      .github/linters/.yaml-lint.yml
  4. 2
      .github/workflows/action-dockerhub-description.yml
  5. 2
      LICENSE.md

4
.checkov.yml

@ -1,7 +1,3 @@
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_3
- CKV_DOCKER_8
- CKV2_DOCKER_1
skip-path:
- node_modules/

2
.devcontainer/devcontainer.json

@ -29,5 +29,5 @@
]
}
},
"postCreateCommand": "npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template"
"postCreateCommand": "npm init -y >/dev/null 2>&1 || true && npm install --no-save prettier prettier-plugin-sh prettier-plugin-jinja-template && sudo apt-get update && sudo apt-get install -y ripgrep"
}

9
.github/linters/.yaml-lint.yml

@ -0,0 +1,9 @@
---
extends: default
rules:
line-length: disable
comments: disable
ignore: |
.github

2
.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

2
LICENSE.md

@ -1,6 +1,6 @@
# The MIT License (MIT)
Copyright (c) 2025 Daniel Gibbs
Copyright (c) 2026 Daniel Gibbs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Loading…
Cancel
Save