diff --git a/.github/workflows/template-validate.yml b/.github/workflows/template-validate.yml index 7de56692d0..bab829208b 100644 --- a/.github/workflows/template-validate.yml +++ b/.github/workflows/template-validate.yml @@ -25,5 +25,5 @@ jobs: - name: Template Validation run: | cp -r ${{ github.workspace }} $HOME - nuclei -validate -t . -et .git/ + nuclei -validate nuclei -validate -w ./workflows \ No newline at end of file diff --git a/workflows/magento-workflow.yaml b/workflows/magento-workflow.yaml index 24e15e9433..2bfe4efe3a 100644 --- a/workflows/magento-workflow.yaml +++ b/workflows/magento-workflow.yaml @@ -8,6 +8,4 @@ info: workflows: - template: technologies/magento-detect.yaml subtemplates: - - template: exposures/configs/magento-config.yaml - - template: exposed-panels/magento-admin-panel.yaml - - template: vulnerabilities/magento/ \ No newline at end of file + - tags: magento \ No newline at end of file