alphagov / cyber-security-concourse-base-image

1 stars 3 forks source link

CE-267 Refactor get_actions_required.py to allow user to specify file names. #77

Closed danjoneslf closed 3 years ago

danjoneslf commented 3 years ago

Previously this script had hard-coded the input and output file names.

This version lets the user specify all the input and output file names:

Usage: get_actions_required.py \
  -c path/to/changed_files.json
  -t path/to/action_triggers.json
  -o path/to/required/output/actions_required.json