Skip to content

Crontab install doesn't honor tracked repo metadata excludes #44

@sp3nx0r

Description

@sp3nx0r

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions