Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
allgeo committed Apr 4, 2024
1 parent 8f078e6 commit b92de7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
* variables following the pattern `INPUT_<INPUT_NAME>`.
*/


// TODO
// TODO
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function runSastScan(): Promise<void> {
`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...')
Expand Down

0 comments on commit b92de7a

Please sign in to comment.