Jan Macku

Results 61 issues of 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) ###...

announcement :partying_face:

### 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...

type: feature
RFE 🎁

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: bugfix
source
test

### 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...

bug 🐛

### 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: feature
RFE 🎁

### Type of issue Feature Request ### Description ### Template workflows allow users to pick Differential ShellCheck from GitHub UI ![image](https://user-images.githubusercontent.com/2879818/200649414-129e1a3c-78fb-47b2-85d8-78804a1c35c8.png) ### It limits the chances of introducing bugs when...

RFE 🎁

### 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...

bug 🐛

### Type of issue Feature Request ### Description Ideas: * Introduce `ENV` - `TEST_MODE` - when set * allow to pass some arguments required for testing * return `SARIF` instead...

type: feature
RFE 🎁

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...