Update
How to update Auditor
Update using GitLab CI (Ansible playbook)
Manual update
Option 2: For Kubernetes environment:
Update using Helm
To update the Auditor to the latest version, follow these steps:
Using the containers:
Update using GitLab CI (Ansible playbook)
For the update it is enough to run pipeline and the script will autonomously update Auditor to the latest version

Manual update
Pull the latest changes from the repository:
git pullEdit
IMAGE_VERSIONvariable in .env filePull images
docker compose pullRestart your app
docker compose down -v && docker compose up -dThis will stop all services and remove the associated volumes, which will clean up the environment.
That's it.
Auditor will care about all migrations 😄
Update in Kubernetes environment:
To update, run the following command:
helm repo update auditor
helm upgrade auditor auditor/appsecauditorreplace with the path to the directory that contains the Helm Chart for your application.
Last updated
Was this helpful?