Skip to content

Commit

Permalink
update SAST workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Jan 25, 2024
1 parent 3942029 commit 54c6e51
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: ZARN

on:
push:
branches: [ "main" ]
pull_request:
branches:
- main
- develop

branches: [ "main" ]
schedule:
- cron: '28 23 * * 1'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -19,7 +21,7 @@ jobs:
cd zarn && sudo cpanm --installdeps .
- name: Hunt for findings
run: |
perl zarn/zarn.pl --source . --sarif zarn.sarif
cd zarn && perl zarn.pl --source ../ --sarif ../zarn.sarif
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: zarn.sarif

0 comments on commit 54c6e51

Please sign in to comment.