-
-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nucleis: Add version 3.3.1 #6136
base: master
Are you sure you want to change the base?
Conversation
All changes look good. Wait for review from human collaborators. nucleis
|
/verify Adding this comment according to the documentation's step 7: https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md |
All changes look good. Wait for review from human collaborators. nucleis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- No need to duplicate autoupdate.hash section.
- Guess manifest should be renamed into
nuclei
.
"architecture": { | ||
"64bit": { | ||
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_amd64.zip", | ||
"hash": { | ||
"url": "$baseurl/nuclei_$version_checksums.txt" | ||
} | ||
}, | ||
"32bit": { | ||
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_386.zip", | ||
"hash": { | ||
"url": "$baseurl/nuclei_$version_checksums.txt" | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"architecture": { | |
"64bit": { | |
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_amd64.zip", | |
"hash": { | |
"url": "$baseurl/nuclei_$version_checksums.txt" | |
} | |
}, | |
"32bit": { | |
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_386.zip", | |
"hash": { | |
"url": "$baseurl/nuclei_$version_checksums.txt" | |
} | |
} | |
} | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_amd64.zip" | |
}, | |
"32bit": { | |
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_386.zip" | |
} | |
}, | |
"hash": { | |
"url": "$baseurl/nuclei_$version_checksums.txt" | |
} |
Adding Nuclei