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 6708a26 commit fda712d
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/[email protected]
- name: Checkout code
uses: actions/checkout@v4

- name: Perform Static Analysis
uses: htrgouvea/[email protected]

- name: Send result to Github Security
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: result.sarif

0 comments on commit fda712d

Please sign in to comment.