Skip to content

Commit

Permalink
Add Zarn and updates seeds email (#15)
Browse files Browse the repository at this point in the history
* create

* more seeds

* add zarn to the project

* add linter and fix the sast

* use github action
  • Loading branch information
htrgouvea authored Jan 26, 2024
1 parent ac6c1b1 commit 8892e0f
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ZARN
name: ZARN SAST

on:
push:
Expand All @@ -7,21 +7,10 @@ on:
branches: [ "main" ]
schedule:
- cron: '28 23 * * 1'

jobs:
build:
runs-on: ubuntu-latest

zarn:
name: Security Static Analaysis with ZARN
runs-on: ubuntu-20.04
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: |
cd zarn && perl zarn.pl --source ../ --sarif ../zarn.sarif
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: zarn.sarif
- uses: htrgouvea/[email protected]

0 comments on commit 8892e0f

Please sign in to comment.