diff --git a/.checkov.yaml b/.checkov.yml similarity index 100% rename from .checkov.yaml rename to .checkov.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 09340eb..872c7c0 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,6 +12,7 @@ on: push: branches: - main + workflow_dispatch: permissions: contents: read @@ -34,7 +35,11 @@ jobs: id: super-linter uses: super-linter/super-linter/slim@v8 env: + CHECKOV_FILE_NAME: .checkov.yml DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - LINTER_RULES_PATH: ${{ github.workspace }} + LINTER_RULES_PATH: . VALIDATE_ALL_CODEBASE: true + VALIDATE_BIOME_FORMAT: false + VALIDATE_BIOME_LINT: false + VALIDATE_GITHUB_ACTIONS_ZIZMOR: false diff --git a/.trivyignore b/.trivyignore new file mode 100644 index 0000000..7a2f130 --- /dev/null +++ b/.trivyignore @@ -0,0 +1,2 @@ +AVD-DS-0002 +AVD-DS-0026 diff --git a/README.md b/README.md index 093542d..2c16895 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Create a Container Action -[![GitHub Super-Linter](https://github.com/actions/container-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) ![Continuous Integration](https://github.com/actions/container-action/actions/workflows/ci.yml/badge.svg) +![Linter](https://github.com/actions/container-action/actions/workflows/linter.yml/badge.svg) Use this template to bootstrap the creation of a container action. :rocket: