Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
salemxd committed Mar 14, 2024
1 parent 4c2580b commit 4026f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sasttools/SastService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class SastService {
if (process.env.sastTool) {
sast = process.env.sastTool;
}
console.log(`SAST Tool: ${process.env.sastTool}`);
console.log(`SAST Tool: ${sast}`);
core.exportVariable('sastTool', process.env.sastTool);

if (!sast || sast === '' || sast === 'name-of-tool') {
Expand Down

0 comments on commit 4026f0a

Please sign in to comment.