Nancy Scan
Nancy output file (go list -json -deps ./… | nancy sleuth > nancy.json) can be imported in JSON format.
File Types
This parser expects a JSON file.
Command Used To Generate Output
- `go list -json -deps ./… | nancy sleuth > nancy.json`
Sample Scan Data
Sample Nancy scans can be found here.
Link To Tool
See Nancy on GitHub: https://github.com/sonatype-nexus-community/nancy
Last modified March 26, 2024: Implement Nancy Parser (#9801) (09189d9ca)