Skip to content

Commit

Permalink
fix: add rule check when auto PR
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jan 21, 2024
1 parent 158ff5e commit 40e81e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-sigmarule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
updateSigmaRule:
runs-on: ubuntu-latest
steps:
- name: Trigger rule parse error check
uses: actions/workflow-dispatch@v2
with:
workflow: 'rule-parse-error-check.yaml'
- name: Run rule parse error check
uses: Yamato-Security/hayabusa-rules/.github/workflows/rule-parse-error-check.yaml@v1
- name: clone hayabusa rule repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 40e81e8

Please sign in to comment.