Skip to content

Commit

Permalink
fix: [test] fix yara rule folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed Aug 28, 2024
1 parent bba1ae8 commit cfe0f95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
elif [ ${{ matrix.os }} == 'macos-latest' ]; then
brew install yara
fi
mkdir yara
echo -e 'rule match_for_sure_on_ios\n{\n strings:\n $a01 = "/System/Library/CoreServices/powerd.bundle/powerd"\n\n condition:\n any of them\n}\n' > yara/match_for_sure.yar
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit cfe0f95

Please sign in to comment.