We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f49332a + 36702e5 commit a30e7b6Copy full SHA for a30e7b6
2 files changed
nuclei.yaml
@@ -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
@@ -832,3 +832,4 @@ k3s
832
gobuster
833
runit
834
ipset
835
+nuclei
0 commit comments