Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ format:
grep -lPR '\t' patterns/ | xargs -r sed -i 's/\t/ /g'
./scripts/sort-and-group-in-place ./testdata/leaktk-scanner-results.yaml
./scripts/sort-and-group-in-place ./testdata/gitleaks-7.6.1-results.yaml
if command -v opa > /dev/null 2> /dev/null; then find . -name '*.rego' -type f | xargs opa fmt -w; fi

.PHONY: test
test: clean build
Expand All @@ -29,8 +30,8 @@ target/patterns/leaktk:
target/patterns/gitleaks/7.6.1: target/patterns/gitleaks $(wildcard patterns/gitleaks/7.6.1/*)
./scripts/compile --provider=gitleaks patterns/gitleaks/7.6.1 > $@

target/patterns/gitleaks/8.18.2: target/patterns/gitleaks $(wildcard patterns/gitleaks/8.18.2/*)
./scripts/compile --provider=gitleaks patterns/gitleaks/8.18.2 > $@
target/patterns/gitleaks/8.18.2: target/patterns/gitleaks $(wildcard patterns/gitleaks/8.27.0/*)
./scripts/compile --provider=gitleaks patterns/gitleaks/8.27.0 > $@

target/patterns/gitleaks/8.27.0: target/patterns/gitleaks $(wildcard patterns/gitleaks/8.27.0/*)
./scripts/compile --provider=gitleaks patterns/gitleaks/8.27.0 > $@
Expand Down
54 changes: 0 additions & 54 deletions patterns/gitleaks/8.18.2/00-base-config.toml

This file was deleted.

Loading
Loading