Merge pull request #9230 from Arrnitage/update #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Repositories Workflow | |
on: | |
push: | |
paths: | |
- '.new-additions' | |
- 'http/cnvd/2023/CNVD-2023-96945.yaml' | |
- 'http/cves/2023/CVE-2023-42344.yaml' | |
- 'http/cves/2023/CVE-2023-45671.yaml' | |
- 'http/cves/2023/CVE-2023-48777.yaml' | |
- 'http/cves/2024/CVE-2024-0713.yaml' | |
- 'http/cves/2024/CVE-2024-1021.yaml' | |
- 'http/cves/2024/CVE-2024-1208.yaml' | |
- 'http/cves/2024/CVE-2024-1209.yaml' | |
- 'http/cves/2024/CVE-2024-1210.yaml' | |
- 'http/cves/2024/CVE-2024-1709.yaml' | |
- 'http/cves/2024/CVE-2024-22319.yaml' | |
- 'http/cves/2024/CVE-2024-22320.yaml' | |
- 'http/cves/2024/CVE-2024-25600.yaml' | |
- 'http/default-logins/ibm/ibm-dcbc-default-login.yaml' | |
- 'http/default-logins/ibm/ibm-dcec-default-login.yaml' | |
- 'http/default-logins/ibm/ibm-dsc-default-login.yaml' | |
- 'http/exposed-panels/connectwise-panel.yaml' | |
- 'http/exposed-panels/fortinet/fortiauthenticator-detect.yaml' | |
- 'http/exposed-panels/ibm/ibm-dcec-panel.yaml' | |
- 'http/exposed-panels/ibm/ibm-decision-server-console.yaml' | |
- 'http/exposed-panels/ibm/ibm-odm-panel.yaml' | |
- 'http/exposed-panels/linshare-panel.yaml' | |
- 'http/misconfiguration/installer/connectwise-setup.yaml' | |
- 'http/technologies/ibm/ibm-decision-runner.yaml' | |
- 'http/technologies/ibm/ibm-decision-server-runtime.yaml' | |
- 'http/technologies/ibm/ibm-odm-detect.yaml' | |
- 'http/vulnerabilities/dahua/dahua-bitmap-fileupload.yaml' | |
- 'http/vulnerabilities/joomla/joomla-easyshop-lfi.yaml' | |
- 'http/vulnerabilities/yonyou/yonyou-ufida-nc-lfi.yaml' | |
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' |