add zarn #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |