Skip to content

Commit

Permalink
added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
salemxd committed Mar 11, 2024
1 parent 7bc4ef4 commit 638e1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scatools/ScaService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { DependabotService } from './DependabotService';
export class ScaService {
public static async getStateOfScaTool(scaTool: { nameOfTool: string }): Promise<void> {
console.log('\n Running SCA control');
console.log("Test log");
if (process.env.scaTool) {
console.log(`SCA Tool: ${process.env.scaTool}`);
console.log(`test: ${process.env}`);
Expand Down

0 comments on commit 638e1c0

Please sign in to comment.