Update

·

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

  1. Pull the latest changes from the repository:
bash
git pull
  1. Edit IMAGE_VERSION variable in .env file
  2. Pull images
plaintext
docker compose pull
  1. Restart your app
plaintext
docker compose down -v && docker compose up -d

This will stop all services and remove the associated volumes, which will clean up the environment.

That’s it.

Auditor will care about all migrations :smile:

Update in Kubernetes environment:

  1. To update, run the following command:
plaintext
helm repo update auditor helm upgrade auditor auditor/appsecauditor

replace with the path to the directory that contains the Helm Chart for your application.

Cookie Consent

Our website uses cookies to ensure the best user experience. Cookies help us to:

  • Authorize you

By clicking "Accept All Cookies", you consent to our use of cookies. You can also manage your preferences at any time by visiting our Cookie Settings page.

Learn More Manage Preferences