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 40e81e8 commit 18b2cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-sigmarule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
- cron: '0 20 * * *'

jobs:
Reuse:
uses: ./.github/workflows/rule-parse-error-check.yaml@v1
updateSigmaRule:
runs-on: ubuntu-latest
steps:
- 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 18b2cf5

Please sign in to comment.