diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index f979e5f..57707f0 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -6,5 +6,4 @@ * variables following the pattern `INPUT_`. */ - -// TODO \ No newline at end of file +// TODO diff --git a/src/main.ts b/src/main.ts index 655182c..9ad4c28 100644 --- a/src/main.ts +++ b/src/main.ts @@ -35,7 +35,7 @@ export async function runSastScan(): Promise { `wget -O scanner.jar --header="X-JFrog-Art-Api: ${jfrogToken}" https://na.artifactory.swg-devops.com/artifactory/css-whitesource-team-java-contrast-agent-maven-local/sast-local-scan-runner-${contrastAgentVersion}.jar` ) - console.log(`CONTRAST__API__URL: ${process.env.CONTRAST__API__URL}`); + console.log(`CONTRAST__API__URL: ${process.env.CONTRAST__API__URL}`) //Run the SAST scan core.info('Running SAST scan...')