From dd37d040d6ecdc991c147c20d24a8530dd7ea1fc Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 1 Aug 2022 17:40:27 +0200 Subject: [PATCH] GitHub Actions: clarify what reporting to GitHub means --- GitHub-Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHub-Actions.md b/GitHub-Actions.md index f295d7e..a9a5cc6 100644 --- a/GitHub-Actions.md +++ b/GitHub-Actions.md @@ -1,6 +1,6 @@ ## Differential ShellCheck -GitHub action for running ShellCheck differentially. Findings are reported to GitHub using SARIF format. +GitHub action for running ShellCheck differentially. New findings are reported directly at GitHub pull requests (using SARIF format). - Source: [@redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck)