-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
detect-secrets-server/detect_secrets_server/actions/install.py
Lines 31 to 42 in e9f60d6
| for repo, is_local in list_tracked_repositories(args): | |
| command = '{} detect-secrets-server scan {}'.format( | |
| repo['crontab'], | |
| repo['repo'] | |
| ) | |
| if is_local: | |
| command += ' --local' | |
| if args.root_dir: | |
| command += ' --root-dir {}'.format(args.root_dir) | |
| if args.output_hook_command: | |
| command += ' {}'.format(args.output_hook_command) | |
| jobs.append(command.strip()) |
Code currently doesn't honor tracked repo metadata, which makes installing a cronjob with that data manual. Adding placeholder to come back and fix this
Metadata
Metadata
Assignees
Labels
No labels