Skip to content

Commit

Permalink
create zarn sast
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 28, 2024
1 parent 9b4ab20 commit 9ca611e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/zarn.yml
@@ -0,0 +1,25 @@
name: ZARN SAST

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '28 23 * * 1'

jobs:
zarn:
name: Security Static Analysis with ZARN
runs-on: ubuntu-20.04
steps:
- 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 9ca611e

Please sign in to comment.