Commit Graph

151 Commits (a3700a6d4b09e4e689dd0bc39940d1843b8161f6)

Author SHA1 Message Date
sandeep f1b7046cfb misc fix to tmc workflow 2023-10-15 01:13:50 +05:30
sandeep 12610622ce workflow version update 2023-10-08 15:04:42 +05:30
Sandeep Singh 19626a7245
Workflow updates (#8338)
* workflow update

* misc update

* flag update

* TemplateMan Update [Sun Oct  8 08:40:58 UTC 2023] 🤖

* TemplateMan Update [Sun Oct  8 08:53:40 UTC 2023] 🤖

* debug prints

* TemplateMan Update [Sun Oct  8 09:00:36 UTC 2023] 🤖

* path update

* TemplateMan Update [Sun Oct  8 09:06:48 UTC 2023] 🤖

* removed debug

---------

Co-authored-by: GitHub Action <action@github.com>
2023-10-08 14:47:46 +05:30
Parth Malhotra 2f285c394e
Update cve2json.yml - fix 2 #8172 2023-09-26 10:11:05 +05:30
dependabot[bot] afe7e73c7f
chore(deps): bump actions/checkout from 2 to 4 (#8192)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 16:06:40 +05:30
sandeep bc7cab4375 more workflow updates 2023-07-28 04:35:09 +05:30
sandeep a9f622f50e go version update 2023-07-28 04:01:54 +05:30
Sandeep Singh d2e4543f86
enabled external payload file loading (#7717)
it is disabled as default with nuclei v2.9.9
2023-07-18 13:06:39 +05:30
Dwi Siswanto f21048dccd
chore: add conditional exec for cve2json workflow (#7681)
This commit adds a condition to the cve2json workflow.
The workflow will now only run if the repository is
not a forked repository. This change ensures that the
workflow is executed only in the specified repository.
2023-07-13 01:52:59 +05:30
sandeep b4bb324ac8 token update 2023-07-11 04:47:32 +05:30
sandeep 3b2506ba21 fixed typo update 2023-07-04 15:06:41 +05:30
sandeep f88b868e6d misc workflow update 2023-07-04 15:04:02 +05:30
sandeep a4c6413c35 added project check for some workflows! 2023-06-30 23:27:25 +05:30
Prince Chaddha e380f501fe
Update autoassign.yml 2023-06-26 16:10:56 +05:30
Prince Chaddha 8d401ac4c7
auto-assign bot (#7524)
* auto-assign

* Create assign_tasks.py

* Update auto_assign.yml

* Update assign_tasks.py
2023-06-23 18:04:35 +05:30
sandeep d4b4eea3e1 workflow ext update 2023-06-22 02:35:50 +05:30
Sandeep Singh efd8a2838d
Added initial TemplateMan workflow (#7511) 2023-06-22 02:32:14 +05:30
Sandeep Singh b691065f19
Workflow update (#7499)
* removed in active workflow

soon to be replaced with templateman workflow.

* fixed checksum matcher

* Auto Generated Templates Checksum [Tue Jun 20 11:06:14 UTC 2023] 🤖

* more workflow fixes

---------

Co-authored-by: GitHub Action <action@github.com>
2023-06-20 18:23:35 +05:30
Parth Malhotra 1a8079c543
Update cve2json.yml 2023-06-19 13:56:08 +05:30
sandeep 18d4ca54fd removed unused option 2023-06-04 00:21:46 +05:30
sandeep 2d2ffe13ec misc fixes 2023-06-04 00:11:10 +05:30
sandeep 758cd4cd9e workflow fix 2023-06-03 23:36:19 +05:30
sandeep b5b0cc71a5 version update 2023-06-03 22:06:47 +05:30
sandeep 8033400533 go version update 2023-05-29 17:28:22 +05:30
sandeep 05eb3fe7ad workflow path update 2023-05-11 18:45:39 +05:30
Sandeep Singh 62843369d1
GH workflow fixes (#7219)
* Fixed checksum workflow

* more workflow fixs
2023-05-11 18:31:52 +05:30
Parth Malhotra 706855071f
Update cve2json.yml - add http/ 2023-05-04 12:45:51 +05:30
Sandeep Singh 4615f5ab9d
validate workflow fix (#7151)
* workflow fixes

* disable downloading template as we have it locally.
2023-04-27 22:04:16 +05:30
Prince Chaddha 5aade83e84 Revert "Update cve-annotate.yml"
This reverts commit 6491fe19e2.
2023-03-27 00:25:49 +05:30
Prince Chaddha 6491fe19e2
Update cve-annotate.yml 2023-03-27 00:20:56 +05:30
Dhiyaneshwaran bb8b53306f
Merge pull request #6927 from projectdiscovery/dependabot/github_actions/main/actions/setup-go-4
chore(deps): bump actions/setup-go from 3 to 4
2023-03-20 11:40:10 +05:30
dependabot[bot] 22b63bcd0f
chore(deps): bump karancode/yamllint-github-action from 2.0.0 to 2.1.1
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/karancode/yamllint-github-action/releases)
- [Commits](https://github.com/karancode/yamllint-github-action/compare/v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: karancode/yamllint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 06:02:55 +00:00
dependabot[bot] 770fd97373
chore(deps): bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-20 06:02:51 +00:00
sandeep 8ab5ccaefe add wait time to run cache purge after release 2023-03-18 15:00:00 +05:30
sandeep 87cc2f06f6 remove unused branch 2023-03-18 14:51:32 +05:30
sandeep ed1d10535c checksum workflow fix 2023-03-18 14:49:20 +05:30
Parth Malhotra 39d14a9230
Update cve2json.yml 2023-03-13 19:04:43 +05:30
Parth Malhotra 1dbc22f554
Generate Checksum file for cves.json 2023-03-13 18:55:03 +05:30
sandeep f2fb119433 version downgrade 2023-02-24 18:50:48 +05:30
sandeep 815e08b05b version update 2023-02-24 18:48:02 +05:30
sandeep 2c017e8442 workflow update 2023-02-24 18:46:01 +05:30
dependabot[bot] 42d62ab9cb
chore(deps): bump actions/setup-python from 2 to 4 (#6783)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22 15:12:21 +05:30
Dwi Siswanto f6b92f751a
ci(cve2json): add branch restriction & minor changes (#6770)
This commit updates the cve2json GitHub workflow to add a branch
restriction for `main` branch, thus we don't need to spesify
`branch` input for `ad-m/github-push-action` step & change
the filepath for the `yaml2json.go` script.

The changes ensure that the workflow only runs on the `main`
branch & simply use `$GITHUB_WORKSPACE` variable as a filepath
for generating the JSON metadata of CVE templates.
2023-02-19 14:15:04 +05:30
Parth Malhotra f866c2d1fa
updated it to run only when any changes are pushed to the cves/ folder 2023-02-19 06:27:32 +05:30
Parth Malhotra 362f699dce
Update cve2json.yml
Run the workflow every 55 min
2023-02-08 19:59:44 +05:30
Sandeep Singh 87f90a1992
typo update (#6650) 2023-01-31 17:05:05 +05:30
sandeep 4e71cab9bb workflow update 2023-01-27 00:24:48 +05:30
sandeep 374777c0b9 workflow fix 2023-01-18 13:54:34 +05:30
Parth Malhotra ebec3b70de
Update cve2json.yml 2023-01-18 10:39:39 +07:00
Parth Malhotra 49b0e9abd7
Update cve2json.yml 2023-01-18 10:37:27 +07:00