From 293efe5e94038555594e67f9d7f611af538c6c65 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Mon, 3 Jun 2024 14:20:14 +0200 Subject: [PATCH] checkton: find copies harder Signed-off-by: Adam Cmiel --- .github/workflows/checkton.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checkton.yaml b/.github/workflows/checkton.yaml index e6e6c16bbd..b5b8d1d908 100644 --- a/.github/workflows/checkton.yaml +++ b/.github/workflows/checkton.yaml @@ -20,6 +20,7 @@ jobs: with: # Let there be green. GitHub's code scanning will do the reporting. fail-on-findings: false + find-copies-harder: true - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3