From a01c1d07c1f7418a2aecdcc30337c34cfedb6fe5 Mon Sep 17 00:00:00 2001 From: Ihor Masechko Date: Thu, 2 Apr 2026 14:33:33 +0300 Subject: [PATCH] Disable Docker Scout PR comment to prevent accidental @mentions --- .github/workflows/code-quality.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 87b1d30f..bc92b4a5 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -60,6 +60,7 @@ jobs: image: apostrophe-cms:test sarif-file: docker-scan-results.sarif only-severities: critical,high + write-comment: false - name: Upload scan results uses: github/codeql-action/upload-sarif@v3