Skip to content

Commit

Permalink
migrate to js action
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireW committed Oct 15, 2024
1 parent aedc78e commit bec594f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dblinter-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async function executeDblinter(options, postgres) {
console.log("----------------------------------------------------------------------");
console.log("-- Running dblinter now --");
console.log("----------------------------------------------------------------------");
docker.dockerCommand(`run --rm -t -u $(id -u) -v ${options.reportDir}:/report decathlon/dblinter:${options.dblinterVersion} --dbname ${postgres.pgDatabase} --host ${postgres.pgHost} --user ${postgres.pgUser} --password ${postgres.pgPass} --port ${postgres.pgPort} -o /report/${options.reportFileName}`);
await docker.dockerCommand(`run --rm -t -u $(id -u) -v ${options.reportDir}:/report decathlon/dblinter:${options.dblinterVersion} --dbname ${postgres.pgDatabase} --host ${postgres.pgHost} --user ${postgres.pgUser} --password ${postgres.pgPass} --port ${postgres.pgPort} -o /report/${options.reportFileName}`);
console.log("----------------------------------------------------------------------");
console.log("-- Dblinter scan finished --");
console.log("----------------------------------------------------------------------");
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit bec594f

Please sign in to comment.