3 Commits

Author SHA1 Message Date
0a3c0ac54d Update CI workflow to streamline security checks
All checks were successful
CI / ci (push) Successful in 14s
CI / ci (pull_request) Successful in 14s
- Removed the Safety security check from the CI workflow in ci.yml to simplify the process.
- Retained the installation of Ruff and Bandit for linting and security checks, ensuring continued code quality and security assessment.
2026-02-07 18:05:40 +03:00
02b38a25eb Refactor CI workflows and update Docker build process
Some checks failed
CI / ci (push) Failing after 1m5s
- Removed caching step for pip in ci.yml to streamline dependency installation.
- Added a blank line in docker-build.yml for improved readability and organization of job steps.
2026-02-07 17:57:11 +03:00
1baa6e7e6b Add initial project configuration and CI/CD workflows
Some checks failed
CI / ci (push) Has been cancelled
- Created pyproject.toml to define project metadata and dependencies for the watcher-visio dashboard.
- Added CI workflow in ci.yml for automated testing, linting, and security checks on push and pull request events.
- Introduced docker-build.yml for building and releasing Docker images, including steps for tagging, logging in to the registry, and generating release notes.
2026-02-07 17:49:58 +03:00