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 13c7ce1 commit ebc9b99Copy full SHA for ebc9b99
.github/workflows/runtest.yml
@@ -20,7 +20,7 @@ jobs:
20
run: make
21
- name: Run Sif with features
22
run: |
23
- ./sif -u https://google.com -dnslist small -dirlist small -dork -git -whois -cms
+ ./sif -u https://example.com -dnslist small -dirlist small -dork -git -whois -cms -framework
24
if [ $? -eq 0 ]; then
25
echo "Sif ran successfully"
26
else
0 commit comments