Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zarn and updates seeds email #15

Merged
merged 6 commits into from
Jan 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Loading