diff --git a/.dangerfile.js b/.dangerfile.js index 4f67d9a..e369d2f 100644 --- a/.dangerfile.js +++ b/.dangerfile.js @@ -7,7 +7,8 @@ const tests = danger.git.fileMatch('tests/*'); const system = danger.git.fileMatch('.*', '.*/**', 'LICENSE.md', 'package-lock.json', 'package.json'); const isOwner = danger.github.pr.user.login === danger.github.thisPR.owner; const renovateBot = 29_139_614; -const TrustedBots = [ renovateBot ]; +const boltBot = 42_819_689; +const TrustedBots = [ renovateBot, boltBot ]; // const isBot = danger.github.pr.user.type === 'Bot'; const isTrustedBot = TrustedBots.includes(danger.github.pr.user.id); const modifiedList = danger.git.modified_files.join('\n\n- '); diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..55b922e --- /dev/null +++ b/.whitesource @@ -0,0 +1,12 @@ +{ + "scanSettings": { + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff" + }, + "issueSettings": { + "minSeverityLevel": "LOW" + } +} \ No newline at end of file