Skip to content

Commit

Permalink
add zarn (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea authored Jan 26, 2024
1 parent 4650f68 commit a458e7e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/zarn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ZARN SAST

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '28 23 * * 1'

jobs:
zarn:
name: Security Static Analaysis with ZARN
runs-on: ubuntu-20.04
steps:
- uses: htrgouvea/[email protected]

0 comments on commit a458e7e

Please sign in to comment.