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
|
||||
run: |
|
||||
cp -r ${{ github.workspace }} $HOME
|
||||
nuclei -validate
|
||||
nuclei -validate -w ./workflows
|
||||
nuclei -duc -validate
|
||||
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.
|
||||
|
||||
workflows:
|
||||
- template: http/exposed-panels/circarlife-setup.yaml
|
||||
- template: http/misconfiguration/installer/circarlife-setup.yaml
|
||||
subtemplates:
|
||||
- tags: circarlife
|
||||
|
|
|
@ -6,6 +6,6 @@ info:
|
|||
description: A simple workflow that runs all Keycloak related nuclei templates on a given target.
|
||||
|
||||
workflows:
|
||||
- template: http/exposed-panels/key-cloak-admin-panel.yaml
|
||||
- template: http/exposed-panels/keycloak-admin-panel.yaml
|
||||
subtemplates:
|
||||
- tags: keycloak
|
||||
|
|
Loading…
Reference in New Issue