workflow update
parent
185ccad914
commit
3d6a079b42
|
@ -23,11 +23,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
run: |
|
run: |
|
||||||
go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@master
|
go install github.com/projectdiscovery/nuclei/v2/cmd/nuclei@dev
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Template Validation
|
- name: Template Validation
|
||||||
run: |
|
run: |
|
||||||
nuclei -validate -t .
|
nuclei -validate -t .
|
||||||
# nuclei -validate -w ./workflows # Disabling temporarily
|
nuclei -validate -w ./workflows
|
||||||
shell: bash
|
shell: bash
|
|
@ -9,4 +9,4 @@ workflows:
|
||||||
- template: exposed-panels/rabbitmq-dashboard.yaml
|
- template: exposed-panels/rabbitmq-dashboard.yaml
|
||||||
|
|
||||||
subtemplates:
|
subtemplates:
|
||||||
- template: default-logins/rabbitmq/rabbitmq-default-admin.yaml
|
- template: default-logins/rabbitmq/
|
Loading…
Reference in New Issue