validate workflow fix (#7151)

* workflow fixes

* disable downloading template as we have it locally.
patch-1
Sandeep Singh 2023-04-27 22:04:16 +05:30 committed by GitHub
parent 7d444f0aeb
commit 4615f5ab9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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