Skip to content

Commit

Permalink
add zarn
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Nov 20, 2023
1 parent 5b3fa3b commit a89af5c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ZARN

on:
pull_request:
branches:
- main
- develop

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
git clone https://github.com/htrgouvea/zarn
sudo apt install -y perl cpanminus
cd zarn && sudo cpanm --installdeps .
- name: Hunt for findings
run: |
perl zarn.pl --source ../ --sarif zarn.sarif
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: zarn.sarif

0 comments on commit a89af5c

Please sign in to comment.