UNPKG

@eurekadevsecops/radar

Version:

Radar is an open-source orchestrator of security scanners.

5 lines (4 loc) 131 B
module.exports = (file) => { // Load the given SARIF file into a JS object. return JSON.parse(fs.readFileSync(file, 'utf8')) }