-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Drone] Add rips to drone on 4.0-dev #21598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 2 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
077a3fb
drone rips 4.0-dev
zero-24 7dac45d
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into rips40-dev
zero-24 81a9f0a
Update .drone.yml
zero-24 c47f6fc
Merge branch '4.0-dev' into rips40-dev
zero-24 702245d
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into rips40-dev
zero-24 38198ef
chage app id
zero-24 28d6a07
Merge branch 'rips40-dev' of github.com:zero-24/joomla-cms into rips4…
zero-24 759eb63
drone
zero-24 57bf53c
change
zero-24 8087de2
make sure an copied repo don't run into issues
zero-24 aedcfc8
Merge branch '4.0-dev' into rips40-dev
zero-24 b3cd414
move system tests step
zero-24 8508f12
Merge branch 'rips40-dev' of github.com:zero-24/joomla-cms into rips4…
zero-24 6d96b3f
break phpcs again
zero-24 d99bd27
Merge branch '4.0-dev' into rips40-dev
zero-24 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,6 +66,15 @@ pipeline: | |
| - fluxbox > /dev/null 2>&1 & | ||
| - node_modules/karma/bin/karma start node_modules/joomla-javascript-tests/src/karma.conf.js --single-run | ||
|
|
||
| analysis: | ||
| image: rips/rips-cli | ||
| secrets: [rips_username, rips_password] | ||
| commands: | ||
| - export RIPS_BASE_URI='https://api.rips.joomla.org' | ||
| - export RIPS_USERNAME=$RIPS_USERNAME | ||
| - export RIPS_PASSWORD=$RIPS_PASSWORD | ||
| - rips-cli rips:scan:start -a 2 -t 1 -p $(pwd) -t 1 -T $DRONE_REPO_OWNER-$DRONE_BRANCH || { echo "Please contact the security team at [email protected]"; exit 1; } | ||
|
|
||
| system-tests: | ||
| image: joomlaprojects/docker-systemtests:develop | ||
| commands: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra space?