Compare commits

...

2 Commits
v1.1.0 ... main

Author SHA1 Message Date
090c63dcdf
1.1.1 2024-04-02 19:04:33 +02:00
61f4224e16
fix engine 2024-04-02 19:04:22 +02:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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