Commit 73d90735 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 948711b2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/mobsf/compare/1.1.0...1.2.0) (2022-05-10)


### Features

* configurable tracking image ([4648921](https://gitlab.com/to-be-continuous/mobsf/commit/4648921cd34e4aac8237e370132a1fc9ed731fbd))

# [1.1.0](https://gitlab.com/to-be-continuous/mobsf/compare/1.0.1...1.1.0) (2022-02-16)


+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/mobsf'
    ref: '1.1.0'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-mobsf.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ stages:
  image: $MOBSF_CLIENT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mobsf", "1.1.0"]
      command: ["--service", "mobsf", "1.2.0"]
  before_script:
    - *mobsf-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"