Commit Graph

94 Commits

Author SHA1 Message Date
ItsIgnacioPortal aca5c00504 fix(cicd): Fixed bad syntax on github actions flows (attempt #2) 2026-04-13 22:43:43 -03:00
ItsIgnacioPortal 3efa650de1 fix(cicd): Fixed bad syntax on github actions flows 2026-04-13 22:36:49 -03:00
ItsIgnacioPortal 22e7d64e16 fix(cicd): Test fix #2 2026-04-13 22:35:09 -03:00
ItsIgnacioPortal 4bf646c1c3 fix(cicd): Test fix 2026-04-13 22:33:05 -03:00
ItsIgnacioPortal 40382b33b8 feat(cicd): Disabled actions running on forks by default
Fixes #1315
2026-04-10 20:13:09 -03:00
dagecko 3ec27ada8a security(cicd): Pinned dependency versions and extract 2 unsafe expressions to env vars (PR #1297) 2026-04-02 19:06:23 -03:00
ItsIgnacioPortal 078f54796d security(cicd): Re-enabled CI/CD workflows
Related to #1297
2026-04-02 19:02:32 -03:00
ItsIgnacioPortal 7c57478300 security(cicd): Preemptively disabled CI/CD workflows
Related to #1297
2026-03-26 19:48:00 -03:00
ItsIgnacioPortal fa58c66a0d fix(cicd): Fixed another bad filepath 2026-02-07 15:20:27 -03:00
ItsIgnacioPortal ea26501823 fix(cicd): Fixed bad filepath 2026-02-07 15:18:16 -03:00
ItsIgnacioPortal 33c4516540 feat(cicd): Added auto updater for the 'api-endpoints-res.txt' wordlist
Closes #1282
2026-02-07 15:13:16 -03:00
ItsIgnacioPortal 83c491235d fix(cicd): Fixed bad filepaths 2025-10-11 21:08:10 -03:00
ItsIgnacioPortal 24905d3473 fix(cicd): Added deduplication to wordlist updater
fixes #1254
2025-10-11 21:03:16 -03:00
Ahmed Nouralla b113d011b0 fix(cicd): Removed trailing spaces from wordlist-updater_default-passwords.yml (PR #1243) 2025-09-02 18:27:53 -03:00
ItsIgnacioPortal c84137d395 chore(cicd): Sorted components filenames in the 'Wordlist Updater - Combined directories' pipeline 2025-07-17 20:09:39 -03:00
ItsIgnacioPortal 0a6fc4629b fix(cicd): Updated paths in the 'Wordlist Updater - Combined directories' pipeline 2025-07-17 20:09:02 -03:00
ItsIgnacioPortal f1a4aa3866 feat(cicd): Created pipeline for automatically updating default-passwords.txt
Closes #1209
2025-06-14 01:39:42 -03:00
ItsIgnacioPortal 6653696651 fix(cicd): More descriptive workflow names 2025-03-21 19:29:27 -03:00
ItsIgnacioPortal 9a9a236728 feat(cicd): Added more workflow_dispatch event triggers 2025-03-21 19:26:34 -03:00
ItsIgnacioPortal a921f0123b fix(cicd): Updated 'GITHUB_REPOSITORY' variable name 2025-03-21 19:17:30 -03:00
ItsIgnacioPortal f5a3cc9aaf chore(cicd): Temporarily disabled the 'wordlist-validator.yml' workflow
Related to #1184
2025-03-20 18:28:41 -03:00
ItsIgnacioPortal 6ad6592da8 fix(cicd): Updated 'tj-actions/changed-files' from v34 to v45.0.7 2025-03-04 17:44:20 -03:00
ItsIgnacioPortal 58c655165b fix(cicd): Added automatic clean-up to wordlist updater 2025-02-22 05:13:44 -03:00
ItsIgnacioPortal d68e46932f fix(cicd): Fixed crash on "remote-wordlists-updater.yml" 2025-02-22 03:35:31 -03:00
ItsIgnacioPortal 9efa493fcc fix(cicd): Fixed line-ending normalization on "remote-wordlists-updater.yml"
Fixes #397
2025-02-18 00:53:16 -03:00
Ignacio J. Perez Portal 16817a04c2 feat(cicd): Added 'common_directories.txt' to the 'Wordlist Updater - directories' github action 2024-09-10 22:57:31 -03:00
Ignacio J. Perez Portal 1ee0329485 chore: fixed merge conflict 2024-06-13 03:30:00 -03:00
g0tmi1k bcc0c2f093 Merge pull request #1005 from molangning/patch-remote-wordlist-updater-rebase
Added a remote wordlist updater (rebase)
2024-06-11 16:40:02 +01:00
Ignacio J. Perez Portal 2bc6399bce fix(cicd): Removed insecure commit author from cicd pipelines. 2024-05-10 02:18:02 -03:00
Ignacio J. Perez Portal 09d1e4cf21 fix(CICD): Added write permissions to the readme auto-updater workflow
Prevents the error 'remote: Permission to USERNAME/SecLists.git denied to github-actions[bot].' when the action is run automatically from a seclists fork that has the default github-actions security settings
2024-04-24 23:29:14 -03:00
Ignacio J. Perez Portal c2f8dd0977 fix(CICD): Removed hard-coded repo URL 2024-04-24 23:27:11 -03:00
Ignacio J. Perez Portal 9cff6ce832 fix(CICD): Changed job name so it matches the Github Action name 2024-04-24 23:22:06 -03:00
Ignacio J. Perez Portal 9c95afac30 fix(CICD): Fixed github actions which executed on every push, ignoring their path filters.
The list of paths were missing an indentation
2024-04-24 23:20:28 -03:00
Ignacio J. Perez Portal 9de1419b8a fix(CICD): Added write permissions to the trickest-wordlist auto-updater workflow
Prevents the error 'remote: Permission to USERNAME/SecLists.git denied to github-actions[bot].' when the action is run automatically from a seclists fork that has the default github-actions security settings
2024-04-24 22:58:30 -03:00
Ignacio J. Perez Portal 6d53fe0c62 chore(CICD): Removed trailing spaces from a github action trigger paths 2024-04-24 22:48:33 -03:00
Mo Langning 607736efd4 Used env vars as input instead and removed debug line 2024-04-08 08:42:25 +00:00
Mo Langning cc38b6f669 Update remote-wordlists-updater.yml 2024-04-08 13:40:46 +08:00
Mo Langning 34b6d09237 Rename workflow file 2024-04-08 07:48:38 +08:00
Mo Langning 3577c3a670 Added workflow file 2024-04-06 04:15:37 +00:00
Mo Langning 5fbcb2fba3 Reimport files 2024-02-17 03:04:59 +08:00
Mo Langning 2ecfba0829 Named checkout job 2023-11-26 21:59:48 +08:00
Mo Langning ad89f86cc0 Added workflow file that runs on push 2023-11-26 21:50:30 +08:00
molangning d4fb162d19 Edited workflow file 2023-11-26 12:38:13 +08:00
Mo Langning c69ad6dd2a updated the name to fit in with the rest 2023-11-26 04:15:49 +08:00
Mo Langning 04e8d04900 forgot to rename 2023-11-26 04:11:08 +08:00
Mo Langning 30874fc922 workflow file 2023-11-26 04:09:28 +08:00
Mo Langning 3da34d777e Grammar fix 2023-11-25 00:50:46 +08:00
Mo Langning c9d4fe0853 changed description to accurately reflect purpose 2023-11-25 00:33:17 +08:00
Mo Langning a4df7ab34a rename and added modification notes 2023-11-25 00:28:39 +08:00
Mo Langning 96a9fbf3d3 removed that 2023-11-25 00:27:37 +08:00