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 5feec90 commit 4d5bcd1Copy full SHA for 4d5bcd1
src/scanners/diffScan.js
@@ -14,8 +14,6 @@ async function scanDiff({
14
15
const commitSha = process.env.GITHUB_SHA;
16
17
- console.log(`commitSha ${commitSha}`);
18
-
19
const git = simpleGit(repoPath);
20
21
const diffResult = await git.diff([`${commitSha}^..${commitSha}`, '--name-status', '-M']);
0 commit comments