Commit Graph

14 Commits

Author SHA1 Message Date
Lorenzo Venerandi
e028de3343 chore: remove Trivy vulnerability scan step from security workflow 2026-03-01 21:58:41 +01:00
Lorenzo Venerandi
5dabba3624 chore: update Trivy action version to 0.34.0 for improved vulnerability scanning 2026-03-01 21:56:28 +01:00
Lorenzo Venerandi
2e075f03f4 chore: update Python version to 3.13 in workflow files 2026-03-01 21:52:39 +01:00
Lorenzo Venerandi
311e79aba0 fix: Update Trivy action version to 0.31.0 in security scan workflow 2026-03-01 18:02:32 +01:00
Lorenzo Venerandi
8c76f6c847 Feat/deployment update (#56)
* feat: update analyzer thresholds and add crawl configuration options

* feat: update Helm chart version and add README for installation instructions

* feat: update installation instructions in README and add Docker support

* feat: update deployment manifests and configuration for improved service handling and analyzer settings

* feat: add API endpoint for paginated IP retrieval and enhance dashboard visualization with category filters

* feat: update configuration for Krawl service to use external config file

* feat: refactor code for improved readability and consistency across multiple files

* feat: remove Flake8, Pylint, and test steps from PR checks workflow
2026-01-26 12:36:22 +01:00
Lorenzo Venerandi
3341b8a1b9 fixed workflow check 2026-01-23 22:03:47 +01:00
Lorenzo Venerandi
aaaf1d35d6 Fixed docker build and helm package workflows (invalid tagging) (#46)
* feat: update Helm and Docker workflows to extract chart name and version, and improve tagging logic

* fix: add github-actions-ci branch to workflow triggers for Docker and Helm packaging

* fix: add helm-package-push.yml to workflow paths for triggering on changes

* fix: improve appVersion extraction in Docker workflow and add error handling

* fix: enhance appVersion extraction with debugging output and error message

* fix: improve error handling for appVersion extraction in Docker and Helm workflows

* fix: simplify chart info extraction in Helm workflow and remove error handling

* fix: update chart info extraction to use awk for improved parsing

* fix: streamline chart info extraction in Helm workflow by removing unnecessary step and directly parsing values

* fix: remove newline characters from chart version and name extraction in Helm workflow

* Fix newline

* Update helm-package-push.yml

* Removed claude brainrot

* Update helm-package-push.yml
2026-01-22 13:02:18 +01:00
Lorenzo Venerandi
9b74a7844d fix: update Bandit security check to use txt output and improve HIGH severity detection 2026-01-22 11:24:41 +01:00
Lorenzo Venerandi
28a8880c0a fix: add error handling to Bandit security check commands 2026-01-22 11:22:03 +01:00
Lorenzo Venerandi
dcfdb23b0c feat: enhance Bandit security check to enforce HIGH severity issue detection 2026-01-22 11:20:46 +01:00
Lorenzo Venerandi
261a7b26b9 feat: add GitHub Actions workflows for PR checks and security scans 2026-01-22 11:10:04 +01:00
Lorenzo Venerandi
143b301bcb feat: add Kubernetes validation workflow for pull requests 2026-01-22 10:57:28 +01:00
Lorenzo Venerandi
2ff6bb34b2 feat: add GitHub Actions workflow for packaging and pushing Helm charts 2026-01-22 10:51:11 +01:00
Lorenzo Venerandi
adbbe4d4ea feat: add GitHub Actions workflow for building and pushing Docker images 2026-01-22 10:39:09 +01:00