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 4026f0a commit 9919dc9
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 @@ -10,7 +10,7 @@ export class SastService {
sast = process.env.sastTool;
}
console.log(`SAST Tool: ${sast}`);
core.exportVariable('sastTool', process.env.sastTool);
core.exportVariable('sastTool', sast);

if (!sast || sast === '' || sast === 'name-of-tool') {
core.warning('SAST Tool is not set!');
Expand Down

0 comments on commit 9919dc9

Please sign in to comment.