-
Notifications
You must be signed in to change notification settings - Fork 768
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
Run exodus privacy scanner on all PRs #6308
Conversation
https://github.com/vector-im/element-android/runs/6884538793?check_suite_focus=true#step:5:233 - zero trackers in the release build. |
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.
Nice, thanks. One merged on develop, I would be able to rebase the other PR, and finally we will remove exodus from Buildkite.
.github/workflows/build.yml
Outdated
if: github.ref == 'refs/heads/main' | ||
# Only runs on main, no concurrency. | ||
concurrency: | ||
group: ${{ github.ref == 'refs/head/main' && format('integration-tests-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('integration-tests-develop-{0}', github.sha) || format('build-debug-{0}', github.ref) }} |
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.
Weird to see integration-tests
here, are you sure?
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.
Was just pulling it from the other (debug) build - i need to make sure this runs on only the right things before we merge; yes
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.
Have changed this to be named more appropriate too.
Build the release APK for each PR commit, run exodus against that APK.
7a11055
to
063f082
Compare
(Rebase is just to clean up commit history due to lots of tweaks) |
Kudos, SonarCloud Quality Gate passed! |
Type of change
Content
Motivation and context
Screenshots / GIFs
Tests
Tested devices
Checklist