mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
Migrate secret detection in gitlab ci (#156)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
6d50a29034
commit
283ef5e9eb
1 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,7 @@ stages:
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: License-Management.gitlab-ci.yml
|
- template: License-Management.gitlab-ci.yml
|
||||||
|
- template: Secret-Detection.gitlab-ci.yml
|
||||||
- template: SAST.gitlab-ci.yml
|
- template: SAST.gitlab-ci.yml
|
||||||
- template: Code-Quality.gitlab-ci.yml
|
- template: Code-Quality.gitlab-ci.yml
|
||||||
|
|
||||||
|
@ -99,6 +100,7 @@ unit-php7.2-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
|
- composer require typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
unit-php7.3-v10:
|
unit-php7.3-v10:
|
||||||
|
@ -108,6 +110,7 @@ unit-php7.3-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.3
|
- php-lint-php7.3
|
||||||
script:
|
script:
|
||||||
|
- composer require typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
unit-php7.4-v10:
|
unit-php7.4-v10:
|
||||||
|
@ -117,6 +120,7 @@ unit-php7.4-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.4
|
- php-lint-php7.4
|
||||||
script:
|
script:
|
||||||
|
- composer require typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:unit
|
- composer ci:tests:unit
|
||||||
|
|
||||||
func-php7.2-v10:
|
func-php7.2-v10:
|
||||||
|
@ -128,6 +132,7 @@ func-php7.2-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.2
|
- php-lint-php7.2
|
||||||
script:
|
script:
|
||||||
|
- composer require typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
func-php7.3-v10:
|
func-php7.3-v10:
|
||||||
|
@ -139,6 +144,7 @@ func-php7.3-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.3
|
- php-lint-php7.3
|
||||||
script:
|
script:
|
||||||
|
- composer require typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
func-php7.4-v10:
|
func-php7.4-v10:
|
||||||
|
@ -150,6 +156,7 @@ func-php7.4-v10:
|
||||||
- build-composer-dependencies
|
- build-composer-dependencies
|
||||||
- php-lint-php7.4
|
- php-lint-php7.4
|
||||||
script:
|
script:
|
||||||
|
- composer require typo3/minimal:"^10.4"
|
||||||
- composer ci:tests:functional
|
- composer ci:tests:functional
|
||||||
|
|
||||||
unit-php7.2-v9:
|
unit-php7.2-v9:
|
||||||
|
@ -243,5 +250,5 @@ eslint-sast:
|
||||||
phpcs-security-audit-sast:
|
phpcs-security-audit-sast:
|
||||||
before_script: []
|
before_script: []
|
||||||
|
|
||||||
secrets-sast:
|
secret_detection:
|
||||||
before_script: []
|
before_script: []
|
||||||
|
|
Loading…
Reference in a new issue