Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
37dfd30
Add pre-commit for better code
karimhabush Jul 29, 2022
25c37dc
Code refactor
karimhabush Aug 8, 2022
8bda5a8
First refactor not working but gsf
karimhabush Aug 8, 2022
d1ce847
Merge branch 'main' of https://github.com/karimhabush/cyberowl into r…
karimhabush Aug 8, 2022
de49fd9
Code refactor and change VENV to POETRY
karimhabush Aug 10, 2022
c0ca4e9
Adapt github actions to poetry
karimhabush Aug 10, 2022
466f4d7
Adapt github actions to poetry
karimhabush Aug 10, 2022
fa4e17e
Adapt github actions to poetry
karimhabush Aug 10, 2022
840b1aa
Fix error in actions
karimhabush Aug 10, 2022
7cca8a1
Fix error in actions
karimhabush Aug 10, 2022
668de76
Automatic update with GitHub Actions
Aug 10, 2022
974adeb
Fix error in actions
karimhabush Aug 10, 2022
6c1d263
Merge branch 'refactor' of https://github.com/karimhabush/cyberowl in…
karimhabush Aug 10, 2022
beab038
Fix error in actions
karimhabush Aug 10, 2022
22ddbfc
Change file structure
karimhabush Aug 11, 2022
4b343ad
Refactor mdtemplate and add utils functions for md generation
karimhabush Aug 12, 2022
6c5530e
Refactor mdtemplate and add utils functions for md generation
karimhabush Aug 13, 2022
9a3aefc
Add init to ItemPipeline
karimhabush Aug 13, 2022
fa50296
Fix typo and add date in vuldb
karimhabush Aug 13, 2022
b7f1d5e
Merge 'main' into 'refactor' (#36)
karimhabush Aug 16, 2022
93e7d66
Merge branch 'main' into refactor
karimhabush Aug 16, 2022
756a02e
Fix error in auto_update action
karimhabush Aug 16, 2022
19dc22d
Fix error in auto_update action
karimhabush Aug 16, 2022
8868014
Merge conflict
karimhabush Aug 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
architecture: 'x64'
- run: python -m pip install poetry
- run: python -m poetry install
- run: python -m poetry run python src/main.py

- run: python -m poetry run python src/cyberowl/main.py
- name: Setup git config
run: |
git config user.name "CyberOwl Bot"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div id="top"></div>

## CyberOwl
> Last Updated 16/08/2022 09:19:47 UTC
## CyberOwl
> Last Updated 16/08/2022 09:19:47 UTC

A daily updated summary of the most frequent types of security incidents currently being reported from different sources.

---
---

### :kangaroo: Jump to
### :kangaroo: Jump to
| CyberOwl Sources | Description |
|---|---|
| [US-CERT](#us-cert-arrow_heading_up) | United States Computer Emergency and Readiness Team. |
Expand Down