diff --git a/.github/workflows/zarn.yml b/.github/workflows/zarn.yml index 31e79c8..ef58357 100644 --- a/.github/workflows/zarn.yml +++ b/.github/workflows/zarn.yml @@ -10,7 +10,16 @@ on: jobs: zarn: - name: Security Static Analaysis with ZARN + name: Security Static Analysis with ZARN runs-on: ubuntu-20.04 steps: - - uses: htrgouvea/zarn@0.1.0 \ No newline at end of file + - name: Checkout code + uses: actions/checkout@v4 + + - name: Perform Static Analysis + uses: htrgouvea/zarn@0.0.9 + + - name: Send result to Github Security + uses: github/codeql-action/upload-sarif@v3 + with: + sarif_file: result.sarif