Fixes
This commit is contained in:
Родитель
6c46389cc3
Коммит
8728957bf7
|
@ -2,7 +2,7 @@ name: 'DevSkim'
|
|||
description: 'Run DevSkim Code Analysis'
|
||||
inputs:
|
||||
directory-to-scan:
|
||||
description: 'The directory to scan. Repository root used by default.'
|
||||
description: 'The sub directory of the repository root to scan. Repository root used by default.'
|
||||
required: false
|
||||
default: 'GITHUB_WORKSPACE'
|
||||
should-scan-archives:
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
if [ "$1" = "GITHUB_WORKSPACE" ]; then
|
||||
ScanTarget=$GITHUB_WORKSPACE
|
||||
else
|
||||
ScanTarget=$1
|
||||
ScanTarget=$GITHUB_WORKSPACE/$1
|
||||
fi
|
||||
|
||||
if [ "$4" = "GITHUB_WORKSPACE" ]; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче