Skip to content

Commit

Permalink
Merge branch 'Checkmarx:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
amarkotasky authored Mar 15, 2023
2 parents fcd6669 + 85b2f13 commit 75980f3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 22 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ -z "$INPUT_PATH" ]; then
echo "${DATETIME} - ERR input path can't be empty"
exit 1
else
INPUT_PATH=$(echo $INPUT_PATH | sed -e 's/^"//' -e 's/"$//')
INPUT_PARAM="-p $INPUT_PATH"
fi

Expand Down
48 changes: 28 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@actions/github": "^5.0.0",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1",
"moment": "^2.29.1"
"moment": "^2.29.4"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
"@vercel/ncc": "^0.36.1",
"prettier": "^2.4.1"
}
}

0 comments on commit 75980f3

Please sign in to comment.