Skip to content

Commit

Permalink
Update the trigger for SAST (#41)
Browse files Browse the repository at this point in the history
* enable all rules of level 5 on linter

* add secret scanning in the pipeline

* move linter.yml

* add a sast

* correct the path

* update triggers
  • Loading branch information
htrgouvea authored Jan 25, 2024
1 parent fd4b67e commit 6468acb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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 Down

0 comments on commit 6468acb

Please sign in to comment.