Skip to content
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

feat: add nuclei #22

Merged
merged 1 commit into from
Sep 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ packages:
- name: nomad
registry: standard
version: v1.1.4 # renovate: depName=hashicorp/nomad
- name: projectdiscovery/nuclei
registry: standard
version: v2.5.0 # renovate: depName=projectdiscovery/nuclei

- name: opa
registry: standard
Expand Down
7 changes: 7 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,13 @@ packages:
url: https://releases.hashicorp.com/nomad/{{trimPrefix "v" .Package.Version}}/nomad_{{trimPrefix "v" .Package.Version}}_{{.OS}}_{{.Arch}}.zip
files:
- name: nomad
- name: projectdiscovery/nuclei
type: github_release
repo_owner: projectdiscovery
repo_name: nuclei
asset: 'nuclei_{{trimPrefix "v" .Package.Version}}_{{if eq .OS "darwin"}}macOS{{else}}{{.OS}}{{end}}_{{.Arch}}.zip'
files:
- name: nuclei

- name: opa
type: github_release
Expand Down