Daniel Gibbs
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with
9 additions and
3 deletions
-
.devcontainer/devcontainer.json
-
.github/dependabot.yml
-
.github/workflows/action-dockerhub-description.yml
-
.github/workflows/action-prettier.yml
-
.github/workflows/action-super-linter.yml
-
.github/workflows/action-update-copyright-years-in-license-file.yml
|
@ -2,7 +2,9 @@ |
|
|
"name": "Docker Dev Container", |
|
|
"name": "Docker Dev Container", |
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", |
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu", |
|
|
"features": { |
|
|
"features": { |
|
|
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}, |
|
|
"ghcr.io/devcontainers-community/npm-features/prettier:1": { |
|
|
|
|
|
"plugins": "prettier-plugin-sh prettier-plugin-jinja-template" |
|
|
|
|
|
}, |
|
|
"ghcr.io/devcontainers-extra/features/actionlint:1": {}, |
|
|
"ghcr.io/devcontainers-extra/features/actionlint:1": {}, |
|
|
"ghcr.io/devcontainers-extra/features/checkov:1": {}, |
|
|
"ghcr.io/devcontainers-extra/features/checkov:1": {}, |
|
|
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {}, |
|
|
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {}, |
|
|
|
@ -1,4 +1,3 @@ |
|
|
--- |
|
|
|
|
|
version: 2 |
|
|
version: 2 |
|
|
updates: |
|
|
updates: |
|
|
- package-ecosystem: "github-actions" |
|
|
- package-ecosystem: "github-actions" |
|
|
|
@ -1,4 +1,5 @@ |
|
|
name: Update Docker Hub Description |
|
|
name: Update Docker Hub Description |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
push: |
|
|
push: |
|
@ -18,6 +19,8 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout |
|
|
- name: Checkout |
|
|
uses: actions/checkout@v5 |
|
|
uses: actions/checkout@v5 |
|
|
|
|
|
with: |
|
|
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
- name: Docker Hub Description |
|
|
- name: Docker Hub Description |
|
|
uses: peter-evans/dockerhub-description@v4 |
|
|
uses: peter-evans/dockerhub-description@v4 |
|
|
|
@ -1,4 +1,5 @@ |
|
|
name: Prettier |
|
|
name: Prettier |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
push: |
|
|
push: |
|
|
|
@ -1,4 +1,3 @@ |
|
|
--- |
|
|
|
|
|
name: Super Linter |
|
|
name: Super Linter |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
@ -42,6 +41,7 @@ jobs: |
|
|
env: |
|
|
env: |
|
|
# To report GitHub Actions status checks |
|
|
# To report GitHub Actions status checks |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false |
|
|
VALIDATE_JSCPD: false |
|
|
VALIDATE_JSCPD: false |
|
|
VALIDATE_JSON_PRETTIER: false |
|
|
VALIDATE_JSON_PRETTIER: false |
|
|
VALIDATE_MARKDOWN_PRETTIER: false |
|
|
VALIDATE_MARKDOWN_PRETTIER: false |
|
|
|
@ -1,4 +1,5 @@ |
|
|
name: Update copyright year(s) in license file |
|
|
name: Update copyright year(s) in license file |
|
|
|
|
|
|
|
|
on: |
|
|
on: |
|
|
workflow_dispatch: |
|
|
workflow_dispatch: |
|
|
schedule: |
|
|
schedule: |
|
|