validate workflow fix (#7151)
* workflow fixes * disable downloading template as we have it locally.patch-1
parent
7d444f0aeb
commit
4615f5ab9d
|
@ -25,5 +25,5 @@ jobs:
|
||||||
- name: Template Validation
|
- name: Template Validation
|
||||||
run: |
|
run: |
|
||||||
cp -r ${{ github.workspace }} $HOME
|
cp -r ${{ github.workspace }} $HOME
|
||||||
nuclei -validate
|
nuclei -duc -validate
|
||||||
nuclei -validate -w ./workflows
|
nuclei -duc -validate -w ./workflows
|
|
@ -6,6 +6,6 @@ info:
|
||||||
description: A simple workflow that runs all CirCarLife related nuclei templates on a given target.
|
description: A simple workflow that runs all CirCarLife related nuclei templates on a given target.
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
- template: http/exposed-panels/circarlife-setup.yaml
|
- template: http/misconfiguration/installer/circarlife-setup.yaml
|
||||||
subtemplates:
|
subtemplates:
|
||||||
- tags: circarlife
|
- tags: circarlife
|
||||||
|
|
|
@ -6,6 +6,6 @@ info:
|
||||||
description: A simple workflow that runs all Keycloak related nuclei templates on a given target.
|
description: A simple workflow that runs all Keycloak related nuclei templates on a given target.
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
- template: http/exposed-panels/key-cloak-admin-panel.yaml
|
- template: http/exposed-panels/keycloak-admin-panel.yaml
|
||||||
subtemplates:
|
subtemplates:
|
||||||
- tags: keycloak
|
- tags: keycloak
|
||||||
|
|
Loading…
Reference in New Issue