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 7f0088f commit 4f70f2fCopy full SHA for 4f70f2f
src/scanners/diffScan.js
@@ -12,6 +12,10 @@ async function scanDiff({
12
}) {
13
console.log('Running diff scan for changed files');
14
15
+ const commitSha = process.env.GITHUB_SHA;
16
+
17
+ console.log(`commitSha ${commitSha}`);
18
19
const git = simpleGit(repoPath);
20
21
// Отримуємо змінені файли з останнього коміту
0 commit comments