We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e7dc0 commit b8b3de6Copy full SHA for b8b3de6
lib/index.js
@@ -43,7 +43,7 @@ async function main() {
43
core.setOutput('violations', violations);
44
core.info(`PMD detected ${violations} violations.`);
45
46
- if (core.getInput('createGitHubAnnotations', { required: true}) === 'true') {
+ if (core.getInput('createGitHubAnnotations', { required: false }) === 'true') {
47
const report = sarif.loadReport(reportFile);
48
annotations.processSarifReport(report);
49
}
0 commit comments