Skip to content

Commit

Permalink
Update zarn.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea authored Jan 28, 2024
1 parent 8892e0f commit c51e709
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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

0 comments on commit c51e709

Please sign in to comment.