final changes

dev
sandeep 2021-09-01 15:53:30 +05:30
parent f3ed61b4c7
commit d7f8ad8a62
2 changed files with 1 additions and 2 deletions

View File

@ -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 }}

View File

@ -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.