diff --git a/.captain/config.yaml b/.captain/config.yaml index 311b809cff2b..bd17814aa9f1 100644 --- a/.captain/config.yaml +++ b/.captain/config.yaml @@ -1,6 +1,6 @@ test-suites: detectors: - command: gotestsum --jsonfile tmp/go-test.json --raw-command -- go test -tags=detectors -timeout=15m -json -count=1 -vet=off ./pkg/detectors + command: gotestsum --jsonfile tmp/go-test.json --raw-command -- go test -tags=detectors -timeout=15m -json -count=1 -vet=off ./pkg/detectors/... results: path: tmp/go-test.json output: diff --git a/.github/workflows/detector-tests.yml b/.github/workflows/detector-tests.yml index 65aa678eaafe..3a0c35d38657 100644 --- a/.github/workflows/detector-tests.yml +++ b/.github/workflows/detector-tests.yml @@ -1,4 +1,4 @@ -name: detector test aggregation +name: Detectors Aggregation on: workflow_dispatch: diff --git a/.gitignore b/.gitignore index e9a3dd8a8167..84eaebc5a2ea 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ dist # binary trufflehog +tmp/go-test.json +.captain/detectors/timings.yaml +.captain/detectors/quarantines.yaml +.captain/detectors/flakes.yaml