action-shellcheck icon indicating copy to clipboard operation
action-shellcheck copied to clipboard

GitHub action for ShellCheck.

Results 15 action-shellcheck issues
Sort by recently updated
recently updated
newest added

This PR is based on PR #61 This PR is a proof-of-concept for generating SARIF report file and uploading it to Github Advanced Security (GHAS). It seems that it works,...

It seems that the `shellcheck` has not been run on the action runner itself. There was a common error with iteration over find results with a simple for-loop. Such loop...

## Checklist - [X] This Feature Request only contains 1 request (if you have multiple open multiple feature requests). ## The idea Allow arm64 instances like Amazon's Graviton2/Graviton3 running Ubuntu...

Fixes https://github.com/ludeeus/action-shellcheck/issues/58 Currently, to ignore files from being checked, you can use `ignore_paths` and `ignore_names`, but these inputs can't be used in combination to exclude specific files. As an example,...

## Describe the issue Hi! I am trying to configure the ShellCheck Action to ignore specific files at specific paths. E.g. if I have a project structure like ``` └──...

bug

## Describe the issue I'm probably doing something wrong, but I can't seem to get annotations out of the problem-matcher. Here's a run, ![](https://files.pbrisbin.com/screenshots/screenshot.458009.png) But no annotation for that warning...

bug

👋 Hello there. My organization's security team has found that this GitHub action is vulnerable to script injection. This kind of vulnerability is described here: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections The issue is present...

## Checklist - [x] This Feature Request only contains 1 request (if you have multiple open multiple feature requests). ## The idea problem matchers will make github annotate source files...

- if shellcheck doesn't exist, downloads it. optionally to a version specified. - if it exists and no version is specified, use that - if it exists but a version...