Skip to content

Commit

Permalink
add zarn to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 24, 2024
1 parent fb07852 commit 5b5c7a6
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/zarn.pl --source . --sarif zarn.sarif
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: zarn.sarif

0 comments on commit 5b5c7a6

Please sign in to comment.