Added defect statistics based on severity levels. They are available in the console output and in the job Summary page.
New option scan-directory. Allows to specify directories that will be scanned. By default Differential ShellCheck scans the whole repository.
Show more context for ShellCheck defects and fixes in console output. The defect is now shown in the context of the surrounding code.
Fix autodetection of shell scripts in DEBUG mode
Fix detection of changed files that might cause failure on paths with special characters.
Fix count of scanned files in job Summary when running on push event.
Drop support for shell-scripts input
Drop support for ignored-codes input
Update csutils (csdiff) to 3.0.4
v4.2.2
Container images now based on Fedora 38
ShellCheck - 0.8.0 -> 0.9.0
csutils - 3.0.0 -> 3.0.2
v4.2.1
Handle multiple include/exclude paths with newlines
v4.2.0
New option exclude-path. Allows to specify list of paths excluded from ShellCheck scanning. It supports globbing and brace expansion. e.g. test/{test1,test2}/**
New option include-path. Similar to exclude-path, it allows specifying the list of paths that will be included into scanning. No further checks are performed.
It supports globbing and brace expansion. e.g. fixture/**.fixture
v4.1.0
grep - do not escape # and ! in patterns
Utilize DEBUG to run grep without --silent option
Update csutils (csdiff) to 3.0.0
v4.0.2
Correctly handle character escaping in filenames (e.g. ␣ and &)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps redhat-plumbers-in-action/differential-shellcheck from 2 to 5.
Release notes
Sourced from redhat-plumbers-in-action/differential-shellcheck's releases.
... (truncated)
Changelog
Sourced from redhat-plumbers-in-action/differential-shellcheck's changelog.
... (truncated)
Commits
91e2582
v5.0.27057a68
deps: update csutils to 3.1.003a5e6b
build(deps): bump fedora from38
to39
ae5c394
build(deps): bump test/bats fromf1f5115
toe9fd17a
d9b742a
build(deps): bump redhat-plumbers-in-action/advanced-issue-labelerad4e382
build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1d2737b9
build(deps): bump docker/build-push-action from 5.0.0 to 5.1.096315e2
build(deps): bump github/codeql-action from 2.22.5 to 2.22.8789ffb6
build(deps): bump super-linter/super-linter from 5.6.0 to 5.7.194126cb
build(deps): bump github/codeql-action from 2.21.9 to 2.22.5Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show