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 9a1b73c commit fc27b90
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,14 +17,14 @@ jobs:
- name: Extract directory
run: |
mkdir extracted
cp -r ./config ./extracted
cp -r ./hayabusa ./extracted
cp -r ./sigma ./extracted
cp -r ./config ./encrypted-rules
cp -r ./hayabusa ./encrypted-rules
cp -r ./sigma ./encrypted-rules
- name: Zip directory
run: |
sudo apt-get install zip
zip -r -P yamato-security-hayabusa encrypted-hayabusa-rules.zip ./extracted
zip -r -P yamato-security-hayabusa encrypted-rules.zip ./encrypted-rules
- name: Checkout self repository
uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Copy zip to self repository
run: |
cp ./encrypted-hayabusa-rules.zip ./self
cp ./encrypted-rules.zip ./self
- name: Configure Git
run: |
Expand Down

0 comments on commit fc27b90

Please sign in to comment.