diff options
| author | David Cole <40234707+DavidArthurCole@users.noreply.github.com> | 2024-10-18 21:26:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-19 12:26:24 +1100 |
| commit | 13ed9b50a170a519c797057c0355f18107f3103d (patch) | |
| tree | 348585fcc7e039f39bb657ce8695a85719c3ca77 | |
| parent | 7d3e61c27663d7e78ff211224f6bac416465cd54 (diff) | |
| download | SkyHanni-13ed9b50a170a519c797057c0355f18107f3103d.tar.gz SkyHanni-13ed9b50a170a519c797057c0355f18107f3103d.tar.bz2 SkyHanni-13ed9b50a170a519c797057c0355f18107f3103d.zip | |
Fix annotations (#2762)
| -rw-r--r-- | .github/scripts/process_detekt_sarif.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/process_detekt_sarif.sh b/.github/scripts/process_detekt_sarif.sh index 7fb4f7e4e..4d4f2af93 100644 --- a/.github/scripts/process_detekt_sarif.sh +++ b/.github/scripts/process_detekt_sarif.sh @@ -29,7 +29,7 @@ read -r -d '' jq_command <<'EOF' ",title=" + (.ruleId) + ",col=" + (.l.region.startColumn|tostring) + ",endColumn=" + (.l.region.endColumn|tostring) + - "::" + (.message.text) + "::" + (.message) ) EOF |
