mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-14 08:57:40 +00:00
9089fb7df1
* Use captain for test aggregation * no retries * include all detector tests
11 lines
482 B
YAML
11 lines
482 B
YAML
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/...
|
|
results:
|
|
path: tmp/go-test.json
|
|
output:
|
|
print-summary: true
|
|
## No retries right now
|
|
# retries:
|
|
# attempts: 3
|
|
# command: gotestsum --raw-command --jsonfile tmp/go-test.json -- go test -tags=detectors -timeout=15m -json -count=1 -vet=off {{ package }} -run '{{ run }}'
|