Skip to content

Commit 4f6b113

Browse files
authored
remove rips step (#35747)
1 parent 631493c commit 4f6b113

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.drone.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -181,25 +181,6 @@ steps:
181181
status:
182182
- failure
183183

184-
- name: analysis4x
185-
image: rips/rips-cli:3.2.2
186-
failure: ignore
187-
depends_on: [ api-tests ]
188-
when:
189-
repo:
190-
- joomla/joomla-cms
191-
branch:
192-
- 4.0-dev
193-
commands:
194-
- export RIPS_BASE_URI='https://api.rips.joomla.org'
195-
- rips-cli rips:list --table=scans --parameter filter='{"__and":[{"__lessThan":{"percent":100}}]}'
196-
- rips-cli rips:scan:start --progress --application=2 --threshold=0 --path=$(pwd) --remove-code --remove-upload --tag=$DRONE_REPO_NAMESPACE-$DRONE_BRANCH || { echo "Please contact the security team at [email protected]"; exit 1; }
197-
environment:
198-
RIPS_EMAIL:
199-
from_secret: RIPS_EMAIL
200-
RIPS_PASSWORD:
201-
from_secret: RIPS_PASSWORD
202-
203184
branches:
204185
exclude: [ l10n_* ]
205186

@@ -270,6 +251,6 @@ steps:
270251

271252
---
272253
kind: signature
273-
hmac: d9dd36c1bf3ac28d03a3a2e7593357ed2f5dd87a098be4115fb4c844b9304eab
254+
hmac: 2b1ca61bdae1a8fe36dc5cdf0497d42d8f3f30df4f0f6e5d248fbfe00be69e48
274255

275256
...

0 commit comments

Comments
 (0)