Skip to content

Commit 34d4647

Browse files
authored
remove rips analysis step (#35748)
1 parent 964de78 commit 34d4647

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

.drone.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -695,35 +695,8 @@ steps:
695695
from_secret: github_token
696696
HTTP_ROOT: https://ci.joomla.org/artifacts
697697

698-
---
699-
kind: pipeline
700-
name: Rips
701-
702-
platform:
703-
os: linux
704-
arch: amd64
705-
706-
steps:
707-
- name: analysis310x
708-
image: rips/rips-cli:3.2.2
709-
commands:
710-
- export RIPS_BASE_URI='https://api.rips.joomla.org'
711-
- rips-cli rips:list --table=scans --parameter filter='{"__and":[{"__lessThan":{"percent":100}}]}'
712-
- rips-cli rips:scan:start --progress --application=3 --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; }
713-
environment:
714-
RIPS_EMAIL:
715-
from_secret: RIPS_EMAIL
716-
RIPS_PASSWORD:
717-
from_secret: RIPS_PASSWORD
718-
when:
719-
branch:
720-
- 3.10-dev
721-
repo:
722-
- joomla/joomla-cms
723-
- joomla/cms-security
724-
725698
---
726699
kind: signature
727-
hmac: 5692462a9c53cd5937db302a216ba95f3367ff58c2269565a215587198352276
700+
hmac: 3c5994d3c3278a6443da81dbed98b9f3d0abfdfa1dba4c1f20a2372bb6c3cfa5
728701

729702
...

0 commit comments

Comments
 (0)