Commit 0a4a0cdb authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 0e2f9460
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.1.0](https://gitlab.com/to-be-continuous/mobsf/compare/1.0.1...1.1.0) (2022-02-16)


### Features

* add epheremal instance scan ([7240606](https://gitlab.com/to-be-continuous/mobsf/commit/7240606dca52fb5a91fb28634f26f432681b79b6))

## [1.0.1](https://gitlab.com/to-be-continuous/mobsf/compare/1.0.0...1.0.1) (2021-10-07)


+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.0.1'
    ref: '1.1.0'
    file: '/templates/gitlab-ci-mobsf.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ stages:



  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update mobsf "1.0.1"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update mobsf "1.1.0"; fi
  unscope_variables

  # ENDSCRIPT
@@ -334,7 +334,7 @@ stages:
  image: $MOBSF_CLIENT_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "mobsf", "1.0.1"]
      command: ["--service", "mobsf", "1.1.0"]
  before_script:
    - *mobsf-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"