diff --git a/.github/linters/.checkov.yaml b/.github/linters/.checkov.yaml index 6ac307e..6f5a7d5 100644 --- a/.github/linters/.checkov.yaml +++ b/.github/linters/.checkov.yaml @@ -5,9 +5,12 @@ quiet: true # Download external modules download-external-modules: true -# Ignore checks for helm deps as they are mostly impossible to fix without upstream changes + skip-path: + # Ignore checks for helm deps as they are mostly impossible to fix without upstream changes - charts/[^/]+/charts/ + # Ignore PHP vendor directory + - vendor/ # Skip certain checks globally skip-check: diff --git a/README.md b/README.md index 0ca5d59..4b98168 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,6 @@ PHPUnit is used for testing, run: ## Releases and CI/CD -The release is done automatically using GitHub actions on every push to the `main` branch. +The release is done automatically using GitHub Actions on every push to the `main` branch. After the release is done, a new tag is created and pushed to GitHub, which triggers a new release in [packagist](https://packagist.org/).