From 48f283e58d9343b106a0110e8d8102775c9cb728 Mon Sep 17 00:00:00 2001 From: ProgHaj Date: Wed, 13 Sep 2023 11:43:17 +0200 Subject: [PATCH] Include testdata as part of glob-pattern when scanning the repository --- .github/workflows/debricked.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debricked.yml b/.github/workflows/debricked.yml index 43244fab..047b2678 100644 --- a/.github/workflows/debricked.yml +++ b/.github/workflows/debricked.yml @@ -24,4 +24,4 @@ jobs: restore-keys: | ${{ runner.os }}-go- - run: | - go run cmd/debricked/main.go scan -t ${{ secrets.DEBRICKED_TOKEN }} -e "pkg/**" -e "test/**" + go run cmd/debricked/main.go scan -t ${{ secrets.DEBRICKED_TOKEN }} -e "pkg/**" -e "test/**" -e "**/testdata/**"