Skip to content

Commit

Permalink
Merge pull request #95 from cdot65/94-enhancement-refactor-script-fun…
Browse files Browse the repository at this point in the history
…ctions-into-dedicated-class-objects-for-improved-modularity-and-maintainability

94 enhancement refactor script functions into dedicated class objects for improved modularity and maintainability
  • Loading branch information
cdot65 authored Feb 20, 2024
2 parents c3b1f2d + 4791e88 commit 6f09037
Show file tree
Hide file tree
Showing 41 changed files with 5,656 additions and 5,279 deletions.
4 changes: 4 additions & 0 deletions .trunk/configs/.hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Following source doesn't work in most setups
ignored:
- SC1090
- SC1091
19 changes: 13 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.19.0
version: 1.20.0
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.4.2
ref: v1.4.3
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
Expand All @@ -21,16 +21,23 @@ lint:
- bandit
- isort
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- black@23.12.1
- black@24.2.0
- [email protected]
- git-diff-check
- markdownlint@0.38.0
- markdownlint@0.39.0
- prettier
- ruff@0.1.12
- ruff@0.2.2
- [email protected]
- [email protected]
- trufflehog@3.63.8
- trufflehog@3.67.6
actions:
disabled:
- trunk-announce
Expand Down
44 changes: 0 additions & 44 deletions .vscode/settings.json

This file was deleted.

4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ WORKDIR /app
ADD settings.yaml /app

# Install any needed packages specified in requirements.txt
# Note: The requirements.txt should contain pan-os-upgrade==1.2.6
RUN pip install --no-cache-dir pan-os-upgrade==1.2.6
# Note: The requirements.txt should contain pan-os-upgrade==1.3.0
RUN pip install --no-cache-dir pan-os-upgrade==1.3.0

# Set the locale to avoid issues with emoji rendering
ENV LANG C.UTF-8
Expand Down
Empty file.
Loading

0 comments on commit 6f09037

Please sign in to comment.