pipery-dev/Pipery Android CI
CI pipeline for Android Gradle projects: SAST, SCA, lint, assemble, test, package, release, reintegration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the Android project. | no | . |
| java_version | Java version to use. | no | 17 |
| gradle_task | Gradle assemble task. | no | assembleDebug |
| test_task | Gradle test task. | no | testDebugUnitTest |
| lint_task | Gradle lint task. | no | lintDebug |
| skip_sast | Skip SAST step. | no | false |
| skip_sca | Skip SCA step. | no | false |
| skip_lint | Skip Android lint. | no | false |
| skip_build | Skip assemble. | no | false |
| skip_test | Skip unit tests. | no | false |
| skip_packaging | Skip APK/AAB collection. | no | false |
| log_file | Path to the JSONL log file. | no | pipery.jsonl |
Outputs
no outputs