Skip to content

Commit a30e7b6

Browse files
authored
Merge pull request #3185 from ahmetak4n/feature/nuclei
nuclei was added
2 parents f49332a + 36702e5 commit a30e7b6

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

nuclei.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
package:
2+
name: nuclei
3+
version: 2.9.7
4+
epoch: 0
5+
description: "yaml based vulnerability scanner"
6+
copyright:
7+
- license: MIT
8+
9+
environment:
10+
contents:
11+
packages:
12+
- go
13+
14+
pipeline:
15+
- uses: go/install
16+
with:
17+
package: github.com/projectdiscovery/nuclei/v2/cmd/nuclei
18+
version: v${{package.version}}
19+
20+
- uses: strip
21+
22+
update:
23+
enabled: true
24+
github:
25+
strip-prefix: v
26+
identifier: projectdiscovery/nuclei

packages.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,3 +832,4 @@ k3s
832832
gobuster
833833
runit
834834
ipset
835+
nuclei

0 commit comments

Comments
 (0)