Skip to content

Commit

Permalink
feat: add actions for encrypted rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jun 22, 2024
1 parent 7135cda commit 6d8085f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create-encrypted-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:

- name: Extract directory
run: |
mkdir encrypted-rules
mv ./config ./encrypted-rules/
mv ./hayabusa ./encrypted-rules/
mv ./sigma ./encrypted-rules/
mkdir rules
mv ./config ./rules/
mv ./hayabusa ./rules/
mv ./sigma ./rules/
- name: Zip directory
run: |
sudo apt-get install zip
zip -r -P yamato-security-hayabusa rules.zip ./encrypted-rules
zip -r -P yamato-security-hayabusa rules.zip ./rules
- name: Checkout self repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6d8085f

Please sign in to comment.