Syncing Templates
parent
c3e75af4de
commit
1feab03b40
|
@ -1,6 +1,9 @@
|
|||
name: Sync Repositories Workflow
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
paths:
|
||||
- '.new-additions'
|
||||
- 'http/cves/2015/CVE-2015-2794.yaml'
|
||||
|
@ -30,6 +33,9 @@ on:
|
|||
- 'http/misconfiguration/cookies-without-httponly.yaml'
|
||||
- 'http/misconfiguration/php/php-composer-binary.yaml'
|
||||
- 'http/vulnerabilities/dahua/dahua-icc-backdoor-user.yaml'
|
||||
- 'http/cves/2023/CVE-2023-44353.yaml'
|
||||
- 'http/technologies/cisco-asa-detect.yaml'
|
||||
- 'http/vulnerabilities/dlink/dlink-netgear-xss.yaml'
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
triggerRemoteWorkflow:
|
||||
|
|
Loading…
Reference in New Issue