Commit c2f941a2 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 20da174b
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.1.3](https://gitlab.com/to-be-continuous/mobsf/compare/2.1.2...2.1.3) (2023-10-16)


### Bug Fixes

* declare all TBC stages ([20da174](https://gitlab.com/to-be-continuous/mobsf/commit/20da174b378f9ce0687ecb7ccaaf8c23a44b7d5e))

## [2.1.2](https://gitlab.com/to-be-continuous/mobsf/compare/2.1.1...2.1.2) (2023-08-07)


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

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