Jan Macku
Jan Macku
### Type of issue Announcement ### Description In the future, we would like to implement other actions based on a similar philosophy as Differential ShellCheck. * [@redhat-plumbers-in-action/differential-cppcheck](https://github.com/redhat-plumbers-in-action/differential-cppcheck) * [@lzaoral/cswrap-action](https://github.com/lzaoral/cswrap-action) ###...
### Type of issue Feature Request ### Description The primary motivation for this request is to stop being dependent on Fedora packaging. Since the ShellCheck package in Fedora is never...
If the first commit is pushed to a new branch, `${{ github.event.before }}` has a default value of `0000000000000000000000000000000000000000`. When we detect such SHA, we should try to get older...
### Type of issue Bug Report ### Description We are scanning zsh scripts when they have the file extension `.sh`. ### Describe the solution you'd like Don't scan shell scripts...
### Type of issue Feature Request ### Description It would be beneficial to allow local testing without using GitHub. This would enable users to use Differential ShellCheck on other services...
### Type of issue Feature Request ### Description ### Template workflows allow users to pick Differential ShellCheck from GitHub UI  ### It limits the chances of introducing bugs when...
### Type of issue Bug Report ### Description There might be issue with differential-shellcheck when shell script is renamed (and contain some changes) ### Describe the solution you'd like _No...
### Type of issue Feature Request ### Description Ideas: * Introduce `ENV` - `TEST_MODE` - when set * allow to pass some arguments required for testing * return `SARIF` instead...
When the wrong template is provided, then the action will traceback with the error: ```js /home/runner/work/_actions/stefanbuck/github-issue-parser/v3/dist/index.js:105 result[key] = content.concat(value); ^ TypeError: Cannot read properties of undefined (reading 'concat') at /home/runner/work/_actions/stefanbuck/github-issue-parser/v3/dist/index.js:105:33...
I see that you are using shellcheck in pre-commit, but I think you might find this useful or interesting. Differential ShellCheck is a GitHub action that performs differential ShellCheck scans...