Skip to content

Commit

Permalink
Merge pull request #31 from ElNiak/development-formal-attacks
Browse files Browse the repository at this point in the history
Development formal attacks
  • Loading branch information
ElNiak authored Jun 3, 2024
2 parents 957f013 + b033bdf commit a52f774
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 405 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "src/panther/setup.py" # Location of package manifests
directory: "setup.py" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "docker" # See documentation for possible values
directory: "src/containers/Dockerfile.ivy_1" # Location of package manifests
directory: "panther/panther_worker/Dockerfile.ivy_1" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "docker" # See documentation for possible values
directory: "src/containers/Dockerfile.ivy_2" # Location of package manifests
directory: "panther/panther_worke/Dockerfile.ivy_2" # Location of package manifests
schedule:
interval: "weekly"

7 changes: 6 additions & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ theme:
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
name: Switch to system preference
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.gemoji
emoji_generator: !!python/name:pymdownx.emoji.to_alt
189 changes: 0 additions & 189 deletions mkgendocs.yaml

This file was deleted.

167 changes: 0 additions & 167 deletions old.Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion panther/panther_worker/app/panther-ivy
Submodule panther-ivy updated 339 files
Loading

0 comments on commit a52f774

Please sign in to comment.