Skip to content

Change default behaviour of the cli

Compare
Choose a tag to compare
@cccs-gm cccs-gm released this 23 Jul 18:32
· 120 commits to master since this release
c9759cd

NEW FEATURES

  • None

CHANGES

  • changed the error message for missing metadata that could have been generated

    • "⚙️ Missing metadata that could have been generated with the -i or -c flag for the cli"
  • changed the default behaviour of the cli

    • a rule now returns invalid if it is missing the 'id', 'fingerprint', 'version', 'first_imported' or 'last_modified' metadata
    • see PR #34 for details on the reason behind this

BUG FIXES

  • None