Daniel Gibbs
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with
15 additions and
11 deletions
-
.checkov.yml
-
.devcontainer/devcontainer.json
-
.github/linters/.yaml-lint.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
-
LICENSE.md
|
|
|
@ -1,7 +1,3 @@ |
|
|
|
skip-check: |
|
|
|
- CKV_DOCKER_2 |
|
|
|
- CKV_DOCKER_3 |
|
|
|
- CKV_DOCKER_8 |
|
|
|
- CKV2_DOCKER_1 |
|
|
|
skip-path: |
|
|
|
- node_modules/ |
|
|
|
|
|
|
|
@ -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" |
|
|
|
} |
|
|
|
|
|
|
|
@ -0,0 +1,9 @@ |
|
|
|
--- |
|
|
|
extends: default |
|
|
|
|
|
|
|
rules: |
|
|
|
line-length: disable |
|
|
|
comments: disable |
|
|
|
|
|
|
|
ignore: | |
|
|
|
.github |
|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v5 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v5 |
|
|
|
uses: actions/checkout@v6 |
|
|
|
with: |
|
|
|
persist-credentials: false |
|
|
|
|
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|