Releases: a5k-actions/shellchecker
Releases · a5k-actions/shellchecker
v0.1.8
- fix: prevent shell injection by using env variables for inputs and GitHub vars
- feat: add verbose-logging option for enhanced debugging
v0.1.7
- Re-enable ".shellcheckrc" files in pull requests
v0.1.6
- Improve shell scripts detection
v0.1.5
- Switch from the deprecated way of using set-output to the new one
- Ignore the gradlew file by default (it can be overridden)
v0.1.4
- Fix REUSE compliancy
- Don't set severity if not specified
- Do not use .shellcheckrc configuration files on pull requests to be safer
- Do not enable optional checks on pull requests
v0.1.3
- Ignore error SC1091 on pull requests.
v0.1.2
- Various improvements.