Skip to content

Commit

Permalink
DEV: Fix the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pfuhrmann committed Aug 7, 2024
1 parent d3e33fd commit ec500e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/linters/.checkov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit ec500e9

Please sign in to comment.