Enhances the ship with security and automation!
Some checks failed
Bandit / bandit (push) Has been cancelled
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled

Adds Dependabot for automatic dependency updates to keep the vessel sea-worthy and updates pre-commit hooks.

Integrates Bandit and Codacy for automated security scans, ensuring a well-defended treasure hold.

Updates devcontainer settings for smoother sailing in the development environment.

Now use foreman for development, to be able to run all processes in development.

Let's keep this ship safe and sound, savvy?
This commit is contained in:
2025-05-18 22:04:15 +00:00
parent f0ae061fa7
commit 1ed0f5708d
6 changed files with 151 additions and 32 deletions

View File

@ -104,10 +104,10 @@ run-redis:
# Start all development services (web, redis, celery, celery-beat)
run-all:
make run-redis & \
make run & \
make celery & \
make celery-beat
foreman start
procfile:
foreman start
# Test Celery task
test-celery:
@ -122,6 +122,3 @@ init-data-integration:
# Setup development environment
setup-dev: venv install-dev migrate create_default_datasource
@echo "Development environment setup complete"
procfile:
foreman start