Skip to content

Commit a2d10ec

Browse files
authored
CT-1043: Workbench sync (#59)
1 parent bd8a5be commit a2d10ec

File tree

4 files changed

+917
-423
lines changed

4 files changed

+917
-423
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ failure() }}
2020
run: exit 1
2121
- name: run linter
22-
uses: github/super-linter@v3
22+
uses: github/super-linter@v4
2323
env:
2424
VALIDATE_PYTHON_FLAKE8: true
2525
PYTHON_FLAKE8_CONFIG_FILE: .flake8

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ junit
66
*.pyc
77
*.sw*
88

9+
.idea
10+
.vscode
11+
912
*.backup
1013
.pytest_cache/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!-- ABOUT THE PROJECT -->
3434
## About The Project
3535

36-
Pyexclient is a Python client for the Expel Workbench. If you can click it in the UI, you can also automate it with our APIs. Want to build a custom report? Integrate Expel Workbench with your SOAR platform? Pyexclient can help you acommplish that and more!
36+
Pyexclient is a Python client for the Expel Workbench. If you can click it in the UI, you can also automate it with our APIs. Want to build a custom report? Integrate Expel Workbench with your SOAR platform? Pyexclient can help you accomplish that and more!
3737

3838

3939
<!-- GETTING STARTED -->

0 commit comments

Comments
 (0)