+ export RIPS_BASE_URI='https://api.rips.joomla.org'
2 + rips-cli rips:list --table=scans --parameter filter='{"__and":[{"__lessThan":{"percent":100}}]}'
3 Success: Authentication successful
4 +-------+------------------+-------------------------------+-------------+---------+--------+----------------+------------------+
5 | id | version | started_at | finished_at | percent | loc | application_id | application_name |
6 +-------+------------------+-------------------------------+-------------+---------+--------+----------------+------------------+
7 | 12204 | 2021-05-07 09:44 | Fri, 07 May 21 09:44:48 +0000 | | 86 | 699135 | 2 | Joomla 4.x |
8 | 12205 | 2021-05-07 09:50 | Fri, 07 May 21 09:50:41 +0000 | | 22 | 571100 | 1 | Joomla 3.x |
9 +-------+------------------+-------------------------------+-------------+---------+--------+----------------+------------------+
10 + 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 security@joomla.org"; exit 1; }
11 Success: Authentication successful
12 Success: Archive "RIPSzuCT9v.zip" (12205) was successfully uploaded
13 Success: Scan "2021-05-07 09:51" (12206) was successfully started at 2021-05-07T09:51:51+0000
14 Progress: [>---------------------------] 0%
15 Progress: [=====>----------------------] 18%
16 Progress: [======>---------------------] 22%
17 Progress: [========>-------------------] 31%
18 Progress: [===========>----------------] 40%
19 Progress: [===============>------------] 55%
20 Progress: [=================>----------] 61%
21 Progress: [===================>--------] 71%
22 Progress: [======================>-----] 81%
23 Progress: [=========================>--] 90%
24 Failure: Number of issues exceeds sum threshold (1/0)
Labels |
Added:
?
|
Has been fixed already by @SniperSister after we had talked in Glip, see green last commit for the 4.0-dev branch now:
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-07 11:16:15 |
Closed_By | ⇒ | richard67 |
Closing as fixed in RIPS.
@SniperSister @zero-24