Commit Graph

84 Commits (main)

Author SHA1 Message Date
Alexander Neff e3b0e4556e Rename pipelines 2023-11-30 07:34:54 -05:00
Alexander Neff e20ed5c97e Fix small typo in github bug report template 2023-10-31 16:38:24 -04:00
Alex 8d32b5642d
Update lint.yml 2023-10-23 11:53:15 +02:00
Alex 96f4d2e686
Cache python dependencies in lint.yml 2023-10-23 10:51:58 +02:00
Marshall Hallenbeck 41ec0b18f0
Merge branch 'develop' into marshall_cleanup 2023-10-21 19:26:02 -04:00
Alexander Neff a09934b8f9 Adding mpgn 2023-10-19 00:34:55 +02:00
Marshall Hallenbeck 0376a005e3 ruff: add in --preview flag for linting in GitHub runner 2023-10-18 13:02:57 -04:00
Alexander Neff ffeb2063ca Increase parallel test runs and fix description of test cli 2023-10-18 12:58:17 +02:00
Alexander Neff b3e1a0d967 Add ruff version output to cli 2023-10-18 00:00:55 +02:00
Alexander Neff dd3a285049 Fix lint cli 2023-10-17 23:58:21 +02:00
Alexander Neff ab5452d7b9 Use poetry to run ruff 2023-10-17 23:56:18 +02:00
Marshall Hallenbeck 3c4d9cc4bb ruff: change lint workflow to just run ruff and rely on pyproject.toml 2023-10-13 11:20:53 -04:00
Marshall Hallenbeck 5f0ed02364 add F841 (variable assigned but never used) to ruff exclude 2023-10-06 12:21:39 -04:00
Marshall Hallenbeck f402c4546a fix ignore rule (E->F) 2023-10-06 12:21:39 -04:00
Marshall Hallenbeck 28e25c560b ignore additional linting rule 2023-10-06 12:21:06 -04:00
Marshall Hallenbeck 0ca3827d91 add back in more checks for ruff 2023-10-06 12:21:06 -04:00
Marshall Hallenbeck 10b3cdd115 fix running ruff 2023-10-06 12:21:06 -04:00
Marshall Hallenbeck 3ab397f45a actually add the linter workflow 2023-10-06 12:21:06 -04:00
Marshall Hallenbeck 110e6473d3 clean up find-computer module 2023-10-06 12:20:40 -04:00
Marshall Hallenbeck bf91d6dd49 add in macOS build target and remove unnecessary comment 2023-09-30 17:51:52 -04:00
Marshall Hallenbeck 3053b6d939 remove unnecessary project name from github job build name 2023-09-30 17:22:15 -04:00
Marshall Hallenbeck 2fc141d3da reference actual binary for ubuntu build 2023-09-30 17:13:46 -04:00
Marshall Hallenbeck 085dfbff03 test ubuntu build 2023-09-30 17:05:23 -04:00
Marshall Hallenbeck e39721ae98 force github push... 2023-09-30 15:35:36 -04:00
Marshall Hallenbeck 5434ee9d01 remove redundant upload 2023-09-30 15:35:12 -04:00
Marshall Hallenbeck 033961cdbe remove the on pull and change to windows to test windows build first 2023-09-30 15:31:27 -04:00
Marshall Hallenbeck 62fdbb3456 have to add a push initiall for workflow_dispatch 2023-09-30 15:17:16 -04:00
Marshall Hallenbeck 8d64b22663 break up native binary and zipapp build 2023-09-30 15:13:27 -04:00
Marshall Hallenbeck 9b767593bc Merge branch 'github_builder' of github.com:Pennyw0rth/NetExec into github_builder 2023-09-19 12:28:05 -04:00
Marshall Hallenbeck a825ef8865 pip install before running pyinstaller 2023-09-19 12:27:42 -04:00
Alex e9627ac5a7 Run all jobs parallel 2023-09-19 11:36:26 +02:00
Alex fbeb16c16e Only upload windows exe binary when runner os is windows 2023-09-19 11:18:30 +02:00
Marshall Hallenbeck e49ab00acb fix quotes because that matters apparently 2023-09-18 18:20:29 -04:00
Marshall Hallenbeck 74bcf39ad0 fix capitalization 2023-09-18 18:15:51 -04:00
Marshall Hallenbeck e6590b8925 only run Windows build on Windows runner 2023-09-18 18:13:53 -04:00
Marshall Hallenbeck 5728795420
Update netexec.yml
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
2023-09-18 18:03:29 -04:00
Marshall Hallenbeck f34c38072e
Update netexec.yml
Signed-off-by: Marshall Hallenbeck <Marshall.Hallenbeck@gmail.com>
2023-09-18 17:53:32 -04:00
Marshall Hallenbeck 42e231ffa6 fix typo 2023-09-14 17:15:27 -04:00
Marshall Hallenbeck 87e3734562 fix rename in bug report template 2023-09-14 17:14:43 -04:00
Marshall Hallenbeck 7886ac1612 rename folders, files, functions, classes, etc to NetExec/nxc 2023-09-14 17:07:15 -04:00
Alex ceddcb6b5e
Merge pull request #16 from Pennyw0rth/neff-fix-cli
Fix CLI
2023-09-14 20:04:48 +02:00
Alex 78f1dd4136 Fix cli to only run building binaries manually and test on review submit 2023-09-14 00:18:59 +02:00
Alex 0b4a6ffdc1 Add CODEOWNERS file for review approval 2023-09-13 00:24:04 +02:00
Alex f354559cb5 Delete old issue template 2023-09-01 12:12:29 +02:00
Alex bf4dadcfb2 Remove funding yaml, align version text in cli file, README formating 2023-09-01 12:12:16 +02:00
Alex f77df83a80 Fix py version 2023-07-15 12:08:46 +02:00
Alex 5ac9d31152 Fix CI by telling poetry to use installed python version 2023-07-15 12:02:30 +02:00
Alexandre ZANNI 46af570362
pytest and fix CI (#35)
* pytest is a dev dep.

* dev group

* install dev group in CI

* poetry

* ensure latest version of poetry

* fix dev group

syntax cf. https://python-poetry.org/docs/managing-dependencies#dependency-groups

* use lock file
2023-07-07 16:35:28 +02:00
Alexander Neff 0d80ae4eec Updated bug_report.md template 2023-04-30 11:43:44 +02:00
mpgn b466365f33
Create github actoin crackmapexec-test.yml 2023-03-27 12:45:48 +02:00