ossf / package-analysis

Open Source Package Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restructure dynamic analysis schema

maxfisher-g opened this issue · comments

The current dynamic analysis schema should be updated to match the top-level format of the newer static analysis schema.

We should also remove the hardcoding of each phase which means that the results struct format is duplicated three times in the schema.

This will require a data migration for the currently saved dynamic analysis JSON files.