From 96013a0d05eb3a16f37f53eb08935485024ae332 Mon Sep 17 00:00:00 2001 From: htrgouvea Date: Fri, 26 Jan 2024 09:11:49 -0300 Subject: [PATCH] add zarn --- .github/workflows/zarn.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/zarn.yml diff --git a/.github/workflows/zarn.yml b/.github/workflows/zarn.yml new file mode 100644 index 0000000..350d081 --- /dev/null +++ b/.github/workflows/zarn.yml @@ -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/zarn@0.1.0