Browse Source

chore: synced file(s) with dgibbs64/repo-sync (#87)

* chore: synced local '.github/' with remote 'general/.github/'

* chore: synced local './' with remote 'docker/'
pull/89/head
Daniel Gibbs 7 months ago
committed by GitHub
parent
commit
fc2d4604aa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .devcontainer/devcontainer.json
  2. 1
      .github/dependabot.yml
  3. 5
      .github/workflows/action-dockerhub-description.yml
  4. 1
      .github/workflows/action-prettier.yml
  5. 2
      .github/workflows/action-super-linter.yml
  6. 1
      .github/workflows/action-update-copyright-years-in-license-file.yml

4
.devcontainer/devcontainer.json

@ -2,7 +2,9 @@
"name": "Docker Dev Container",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"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/checkov:1": {},
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {},

1
.github/dependabot.yml

@ -1,4 +1,3 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"

5
.github/workflows/action-dockerhub-description.yml

@ -1,4 +1,5 @@
name: Update Docker Hub Description
on:
workflow_dispatch:
push:
@ -18,9 +19,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
uses: peter-evans/dockerhub-description@v5
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

1
.github/workflows/action-prettier.yml

@ -1,4 +1,5 @@
name: Prettier
on:
workflow_dispatch:
push:

2
.github/workflows/action-super-linter.yml

@ -1,4 +1,3 @@
---
name: Super Linter
on:
@ -42,6 +41,7 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false

1
.github/workflows/action-update-copyright-years-in-license-file.yml

@ -1,4 +1,5 @@
name: Update copyright year(s) in license file
on:
workflow_dispatch:
schedule:

Loading…
Cancel
Save