diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 053ccb2..9599c4f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,9 +34,6 @@ jobs: # Can the action run successful against the repo - name: Self test action uses: ./ - with: - ignore-globs: | - **/one/*.cs - name: Upload a Build Artifact uses: actions/upload-artifact@v3 with: diff --git a/entrypoint.sh b/entrypoint.sh index 75ca20b..d0d0571 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -37,14 +37,7 @@ else Idopts="--ignore-rule-ids $6" fi -echo $1 -echo $2 -echo $3 -echo $4 +# Prevent glob expansion, fix ignore-globs parsing set -o noglob -echo $5 -echo $6 -echo $7 -echo $8 /tools/devskim analyze --source-code "$ScanTarget" --output-file "$OutputDirectory/$3" $8 $Opts --ignore-globs $5 $Idopts $OptionsJsonArg diff --git a/files/one/md5.cs b/files/one/md5.cs deleted file mode 100644 index fc70686..0000000 --- a/files/one/md5.cs +++ /dev/null @@ -1 +0,0 @@ -MD5 \ No newline at end of file diff --git a/files/two/http.cs b/files/two/http.cs deleted file mode 100644 index fc70686..0000000 --- a/files/two/http.cs +++ /dev/null @@ -1 +0,0 @@ -MD5 \ No newline at end of file