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

Utilize Job summaries in DEBUG mode 🧰

Open jamacku opened this issue 3 years ago • 1 comments

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

jamacku avatar Aug 04 '22 17:08 jamacku

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

jamacku avatar Jan 15 '23 17:01 jamacku