Processing in stages: Move the initial sarif_cli code to sarif_cli/traverse

This commit is contained in:
Michael Hohn
2021-12-22 18:03:34 -08:00
committed by =Michael Hohn
parent 7d49c3bd08
commit ef08825b43
6 changed files with 182 additions and 182 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
import argparse
import json
import sarif_cli as S
import sarif_cli.traverse as S
import sys
import collections