KNOX-2347 - Disable shellcheck for github actions (#317)

Signed-off-by: Kevin Risden <krisden@apache.org>
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9521bd5..93074dc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -41,8 +41,9 @@
           java-version: ${{ matrix.java }}
       - name: 'Build and Test'
         run: mvn -T.75C clean verify -U -Dsurefire.useFile=false -Djavax.net.ssl.trustStorePassword=changeit -B -V
-      - name: shellcheck
-        uses: reviewdog/action-shellcheck@v1
-        with:
-          pattern: "*release*/home/bin/*.sh"
+# This is failing due to not finding files? - See KNOX-2347
+#      - name: shellcheck
+#        uses: reviewdog/action-shellcheck@v1
+#        with:
+#          pattern: "*release*/home/bin/*.sh"