mirror of https://github.com/daffainfo/nuclei.git
final changes
parent
f3ed61b4c7
commit
d7f8ad8a62
|
@ -47,4 +47,3 @@ jobs:
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: ${{ github.ref }}
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ type Template struct {
|
||||||
// example name is `azure-apps-nxdomain-takeover`.
|
// example name is `azure-apps-nxdomain-takeover`.
|
||||||
// examples:
|
// examples:
|
||||||
// - name: ID Example
|
// - name: ID Example
|
||||||
// value: "\"cve-2021-19520\""
|
// value: "\"CVE-2021-19520\""
|
||||||
ID string `yaml:"id" jsonschema:"title=id of the template,description=The Unique ID for the template,example=cve-2021-19520"`
|
ID string `yaml:"id" jsonschema:"title=id of the template,description=The Unique ID for the template,example=cve-2021-19520"`
|
||||||
// description: |
|
// description: |
|
||||||
// Info contains metadata information about the template.
|
// Info contains metadata information about the template.
|
||||||
|
|
Loading…
Reference in New Issue