Skip to content

Commit

Permalink
add some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjur committed Jul 29, 2024
1 parent 41b5b42 commit 14e8390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gitleaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ async function Install(version) {
core.info(`Gitleaks already installed, skipping installation`);
core.addPath(pathToInstall);
return;
} else {
core.info(`Gitleaks install dir ${pathToInstall} not found, checking github cache...`);
}

const cacheKey = `gitleaks-cache-${version}-${process.platform}-${process.arch}`;
Expand Down

0 comments on commit 14e8390

Please sign in to comment.