Skip to content

Merge branch 'main' of github.com:htrgouvea/spellbook into develop #87

Merge branch 'main' of github.com:htrgouvea/spellbook into develop

Merge branch 'main' of github.com:htrgouvea/spellbook into develop #87

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