We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e2dd6 commit c89e207Copy full SHA for c89e207
.github/workflows/regexploit.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Checkout repository
28
uses: actions/checkout@v3
29
- name: Install regexploit
30
- run: pip install regexploit
+ #run: pip install regexploit
31
+ # See https://github.com/doyensec/regexploit/pull/16
32
+ run: git+https://github.com/sebix/regexploit.git@unsupported-ops-yaml
33
- name: Run regexploit
34
run: /home/runner/work/intelmq/intelmq/.github/workflows/scripts/regexploit.sh
0 commit comments