Skip to content

Commit 9d28dd3

Browse files
authored
Disable Docker Scout PR comment to prevent accidental @mentions (#269)
We disabled Docker Scout auto-comments in CI by setting write-comment: false in the security-scan job. This prevents scoped package names like @apostrophecms/... from being parsed as GitHub mentions and notifying unrelated users. Security scanning is still active and results are still uploaded via SARIF.
1 parent bb857df commit 9d28dd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
image: apostrophe-cms:test
6161
sarif-file: docker-scan-results.sarif
6262
only-severities: critical,high
63+
write-comment: false
6364

6465
- name: Upload scan results
6566
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)