summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/android-static-analysis.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-08-28Use rust-android-gradle plugin as submoduleKalle Lindström1-0/+2
2024-11-26Update Actionstinyboxvk1-1/+1
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-10-11Fix image to ubuntu 22.04David Göransson1-1/+1
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2023-11-22Fail action on mobsfscan warningsAlbin1-1/+1
2023-11-22Add mobsf config to suppress and document issuesAlbin1-1/+1
2023-11-22Add GH action for static analysis tool mobsfscanAlbin1-0/+27
The action will currently not fail on warnings. That can be configured after we've went through the warnings and fixed or suppressed them.