nuclei-templates/.github/workflows/templates-sync.yml

46 lines
2.1 KiB
YAML
Raw Normal View History

2023-12-14 04:10:00 +00:00
name: Sync Repositories Workflow
on:
push:
paths:
- '.new-additions'
2024-02-22 08:36:00 +00:00
- 'http/cnvd/2023/CNVD-2023-96945.yaml'
2024-02-22 07:33:16 +00:00
- 'http/cves/2023/CVE-2023-42344.yaml'
2024-02-22 09:47:18 +00:00
- 'http/cves/2023/CVE-2023-45671.yaml'
2024-02-22 07:08:31 +00:00
- 'http/cves/2023/CVE-2023-48777.yaml'
2024-02-22 08:20:34 +00:00
- 'http/cves/2024/CVE-2024-0713.yaml'
2024-02-25 10:23:16 +00:00
- 'http/cves/2024/CVE-2024-1021.yaml'
2024-02-21 03:14:42 +00:00
- 'http/cves/2024/CVE-2024-1208.yaml'
- 'http/cves/2024/CVE-2024-1209.yaml'
2024-02-21 03:15:50 +00:00
- 'http/cves/2024/CVE-2024-1210.yaml'
2024-02-22 09:47:18 +00:00
- 'http/cves/2024/CVE-2024-1709.yaml'
2024-02-22 11:46:44 +00:00
- 'http/cves/2024/CVE-2024-22319.yaml'
2024-02-22 11:29:28 +00:00
- 'http/cves/2024/CVE-2024-22320.yaml'
2024-02-21 12:54:41 +00:00
- 'http/cves/2024/CVE-2024-25600.yaml'
2024-02-22 11:32:50 +00:00
- 'http/default-logins/ibm/ibm-dcbc-default-login.yaml'
2024-02-23 12:27:11 +00:00
- 'http/default-logins/ibm/ibm-dcec-default-login.yaml'
2024-02-23 12:20:53 +00:00
- 'http/default-logins/ibm/ibm-dsc-default-login.yaml'
2024-02-26 08:26:13 +00:00
- 'http/exposed-panels/c2/meduza-stealer.yaml'
2024-02-22 08:14:22 +00:00
- 'http/exposed-panels/connectwise-panel.yaml'
2024-02-21 12:51:24 +00:00
- 'http/exposed-panels/fortinet/fortiauthenticator-detect.yaml'
2024-02-23 08:29:20 +00:00
- 'http/exposed-panels/ibm/ibm-dcec-panel.yaml'
2024-02-23 08:49:32 +00:00
- 'http/exposed-panels/ibm/ibm-decision-server-console.yaml'
2024-02-23 08:41:08 +00:00
- 'http/exposed-panels/ibm/ibm-odm-panel.yaml'
2024-02-23 20:52:13 +00:00
- 'http/exposed-panels/linshare-panel.yaml'
2024-02-26 17:13:24 +00:00
- 'http/exposed-panels/opinio-panel.yaml'
2024-02-21 07:34:16 +00:00
- 'http/misconfiguration/installer/connectwise-setup.yaml'
2024-02-22 11:52:33 +00:00
- 'http/technologies/ibm/ibm-decision-runner.yaml'
2024-02-23 08:41:08 +00:00
- 'http/technologies/ibm/ibm-decision-server-runtime.yaml'
2024-02-26 05:28:37 +00:00
- 'http/technologies/ibm/ibm-odm-detect.yaml'
2024-02-27 02:31:59 +00:00
- 'http/technologies/pexip-detect.yaml'
2024-02-21 12:56:10 +00:00
- 'http/vulnerabilities/dahua/dahua-bitmap-fileupload.yaml'
2024-02-22 12:10:07 +00:00
- 'http/vulnerabilities/joomla/joomla-easyshop-lfi.yaml'
2024-02-21 12:57:20 +00:00
- 'http/vulnerabilities/yonyou/yonyou-ufida-nc-lfi.yaml'
2023-12-14 04:10:00 +00:00
workflow_dispatch:
jobs:
triggerRemoteWorkflow:
runs-on: ubuntu-latest
steps:
- name: Trigger Remote Workflow with curl
run: |
curl -i -s -k -X 'POST' -H 'Host: api.github.com' -H "Authorization: token ${{ secrets.GTOKEN }}" --data-binary $'{\"ref\":\"main\"}' 'https://api.github.com/repos/projectdiscovery/early-templates/actions/workflows/reposync.yml/dispatches'