Skip to content

Commit 099e68f

Browse files
committed
regexploit: use a fork instead of pypi for python >= 3.11 compatibility
see doyensec/regexploit#16 for an error description
1 parent 12e2dd6 commit 099e68f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/regexploit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Checkout repository
2828
uses: actions/checkout@v3
2929
- name: Install regexploit
30-
run: pip install regexploit
30+
#run: pip install regexploit
31+
# See https://github.com/doyensec/regexploit/pull/16
32+
run: pip install git+https://github.com/sebix/regexploit.git@unsupported-ops-yaml
3133
- name: Run regexploit
3234
run: /home/runner/work/intelmq/intelmq/.github/workflows/scripts/regexploit.sh

0 commit comments

Comments
 (0)