diff --git a/.gitlab-ci/Jobs/test_vulnerabilities.yaml b/.gitlab-ci/Jobs/test_vulnerabilities.yaml index 59dd760..87ee7cc 100644 --- a/.gitlab-ci/Jobs/test_vulnerabilities.yaml +++ b/.gitlab-ci/Jobs/test_vulnerabilities.yaml @@ -3,6 +3,7 @@ stage: test-vulnerabilities image: name: registry.gitlab.com/passbolt/passbolt-ci-docker-images/aquasec:latest + entrypoint: [""] variables: TRIVY_USERNAME: $CI_REGISTRY_USER TRIVY_PASSWORD: $CI_REGISTRY_PASSWORD diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e3de7..440ce9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.1...HEAD) +## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v3.9.2...HEAD) + +## [3.9.2](https://github.com/passbolt/passbolt_docker/compare/v3.9.1...v3.9.2) - 2023-02-09 + +### Fixed +- Fix trivy entrypoint on vulnerability test jobs ## [3.9.1](https://github.com/passbolt/passbolt_docker/compare/v3.9.0...v3.9.1) - 2023-01-31