We have just released a big update to the config-file-validator. All new functionality was added by the OSS community during Hacktoberfest 2024. Thank you to all who contributed! Some highlights:
- Environment variables can be used in place of or in addition to command line arguments
- Sarif report output now available
- Redesigned report output. You can now request multiple report types and if each type should go to stdout or be saved to a file.
- Searching for config files using glob patterns
Don't forget, there is also a Github Action for easily integrating configuration file validation into your Github Actions workflow.
jobs:
validate-config-files:
runs-on: ubuntu-latest
steps:
- uses: kehoe/validate-configs-action@v4
Top comments (0)