- Upgrade npm dependencies
- Upgrade MegaLinter to v8
- Update schema to final 2.1.0 release (but the schema definition remains the same)
- New value:
$schema: 'http://json.schemastore.org/sarif-2.1.0.json'
- Previous value:
$schema: 'http://json.schemastore.org/sarif-2.1.0-rtm.5.json'
- New value:
- Add github-dependents-info workflow
- BREAKING CHANGE: New minimal version of Node.js: v18
- Upgrade Github Actions workflows
- Upgrade MegaLinter
- Upgrade npm dependencies
- Run yarn-audit-fix to upgrade dependencies with security issues (minimist, node-fetch)
- CI: Upgrade MegaLinter to v6
- Update License to MIT
- Update JSON schema to http://json.schemastore.org/sarif-2.1.0-rtm.5.json
- Mandatory properties
toolDriverName
andtoolDriverVersion
for SarifRunBuilder - Change default schema version to https://www.schemastore.org/schemas/json/sarif-2.1.0-rtm.5.json
- When possible, automatically populate SARIF properties:
artifact.sourceLanguage
result.locations.location.physicalLocation.artifactLocation.index
result.ruleIndex
- Fix bug when initSimple is called without region properties
- Initial version