differential-shellcheck
differential-shellcheck copied to clipboard
Utilize Job summaries in DEBUG mode 🧰
Type of issue
Feature Request
Description
It would be nice to show more details when differential-shellcheck is run in DEBUG mode.
Ideas:
- Show list of changes - using
<details></details>syntax - Show versions of ShellCheck and csutils
Describe the solution you'd like
No response
Fixed by:
- #110
You can now upload the SARIF file as artifact using actions/upload-artifact GitHub Action:
- if: ${{ always() }}
name: Upload artifact with ShellCheck defects in SARIF format
uses: actions/upload-artifact@v3
with:
name: Differential ShellCheck SARIF
path: ${{ steps.ShellCheck.outputs.sarif }}