Compare commits

..

No commits in common. "main" and "v1.1.0" have entirely different histories.
main ... v1.1.0

2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ ${advisory.references || ''}
</pre> </pre>
`, `,
cleanCodeAttribute: "TRUSTWORTHY", cleanCodeAttribute: "TRUSTWORTHY",
engineId: "yarn-audit", engineId: "pnpm-audit",
impacts: [{ impacts: [{
softwareQuality: "SECURITY", softwareQuality: "SECURITY",
severity: severities[advisory.severity], severity: severities[advisory.severity],

View File

@ -1,6 +1,6 @@
{ {
"name": "yarn-audit-sonar", "name": "yarn-audit-sonar",
"version": "1.1.1", "version": "1.1.0",
"description": "Convert YARN audit to Sonar compatible format", "description": "Convert YARN audit to Sonar compatible format",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {