Skip to content

Commit

Permalink
refactor: config to template (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Apr 24, 2024
1 parent 6352be7 commit 567adc9
Show file tree
Hide file tree
Showing 25 changed files with 693 additions and 693 deletions.
4 changes: 2 additions & 2 deletions scripts/stories/STORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ secator z default mydomain.com --worker
**Callbacks (library mode):**
```py
from secator.runners import Workflow
from secator.config import ConfigLoader
from secator.template import TemplateLoader

config = ConfigLoader(name='workflows/host_recon')
config = TemplateLoader(name='workflows/host_recon')
hooks = {
Task: {
'on_item': {
Expand Down

0 comments on commit 567adc9

Please sign in to comment.