Skip to content

Update zarn.yml (#109) #76

Update zarn.yml (#109)

Update zarn.yml (#109) #76

Workflow file for this run

name: ZARN SAST
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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/[email protected]
- name: Send result to Github Security
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: result.sarif