redhat-plumbers-in-action / differential-shellcheck

🐚 GitHub Action for running ShellCheck differentially
GNU General Public License v3.0
53 stars 9 forks source link

Utilize Job summaries in DEBUG mode 🧰 #77

Open jamacku opened 2 years ago

jamacku commented 2 years ago

Type of issue

Feature Request

Description

It would be nice to show more details when differential-shellcheck is run in DEBUG mode.

Ideas:

Describe the solution you'd like

No response

jamacku commented 1 year ago

Fixed by:

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