diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml deleted file mode 100644 index 30eb3a3..0000000 --- a/.github/workflows/test-action.yml +++ /dev/null @@ -1,30 +0,0 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - -name: Test SARIF conversion workflow - -on: - push: - branches: - - '**' - -jobs: - convert_to_sarif: - - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: convert action step - uses: ./ - id: convert - with: - pipeline-results-json: test/results.json - source-base-path-1: "^com/veracode:src/main/java/com/veracode" - - name: check file list - run: ls -la - - name: print sarif file content - run: cat veracode-results.sarif - - name: finish - run: echo "finish convert Veracode pipeline scan result file"