Skip to content

Commit

Permalink
Fix trufflehog scan
Browse files Browse the repository at this point in the history
  • Loading branch information
merelcht committed Jan 19, 2022
1 parent cb4978e commit 34d7893
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ e2e-tests:
cd $(plugin) && behave

secret-scan:
cd $(plugin) && trufflehog --max_depth 1 --exclude_paths trufflehog-ignore.txt .
trufflehog --max_depth 1 --exclude_paths trufflehog-ignore.txt .

clean:
rm -rf build dist pip-wheel-metadata .pytest_cache
Expand Down
1 change: 0 additions & 1 deletion kedro-airflow/features/steps/cli_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import yaml
from behave import given, then, when

from features.steps.sh_run import run

OK_EXIT_CODE = 0
Expand Down
1 change: 0 additions & 1 deletion kedro-telemetry/trufflehog-ignore.txt

This file was deleted.

1 change: 1 addition & 0 deletions trufflehog-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kedro-telemetry/README.md

0 comments on commit 34d7893

Please sign in to comment.