mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00

Migrate secret detection in gitlab ci (#156)

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2020-11-04 18:08:50 +01:00 committed by GitHub
parent 6d50a29034
commit 283ef5e9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ stages:
include:
- template: License-Management.gitlab-ci.yml
- template: Secret-Detection.gitlab-ci.yml
- template: SAST.gitlab-ci.yml
- template: Code-Quality.gitlab-ci.yml
@ -99,6 +100,7 @@ unit-php7.2-v10:
- build-composer-dependencies
- php-lint-php7.2
script:
- composer require typo3/minimal:"^10.4"
- composer ci:tests:unit
unit-php7.3-v10:
@ -108,6 +110,7 @@ unit-php7.3-v10:
- build-composer-dependencies
- php-lint-php7.3
script:
- composer require typo3/minimal:"^10.4"
- composer ci:tests:unit
unit-php7.4-v10:
@ -117,6 +120,7 @@ unit-php7.4-v10:
- build-composer-dependencies
- php-lint-php7.4
script:
- composer require typo3/minimal:"^10.4"
- composer ci:tests:unit
func-php7.2-v10:
@ -128,6 +132,7 @@ func-php7.2-v10:
- build-composer-dependencies
- php-lint-php7.2
script:
- composer require typo3/minimal:"^10.4"
- composer ci:tests:functional
func-php7.3-v10:
@ -139,6 +144,7 @@ func-php7.3-v10:
- build-composer-dependencies
- php-lint-php7.3
script:
- composer require typo3/minimal:"^10.4"
- composer ci:tests:functional
func-php7.4-v10:
@ -150,6 +156,7 @@ func-php7.4-v10:
- build-composer-dependencies
- php-lint-php7.4
script:
- composer require typo3/minimal:"^10.4"
- composer ci:tests:functional
unit-php7.2-v9:
@ -243,5 +250,5 @@ eslint-sast:
phpcs-security-audit-sast:
before_script: []
secrets-sast:
secret_detection:
before_script: []