Skip to content

2.3.0

Compare
Choose a tag to compare
@phillima phillima released this 25 Jul 21:03
· 190 commits to master since this release
  • The ASniffer is now able to generate a default JSON report file
  • To run ASniffer four parameters can be passed, three being optional.
    • -p <path to project>. Mandatory parameters
    • -r <path to output report>. Optional. Default value is the <path to project>
    • -t <report type>. Optional. Can be either xml or json. Default is json
    • -m <single/multi>. Optional. Determines if the <path to project> contains only one (single) or multiple (multi) projects. Default value is single.
  • Changed to metadata-based approach to read the input parameters. The EsfingeMetadata API is being used for such purpose.