Loading .gitlab-ci.yml +17 −2 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ build-release: paths: - app/build/outputs/apk/release analysis: code-quality: stage: code-quality <<: *build_rules needs: Loading @@ -99,7 +99,7 @@ analysis: - app/build/reports/ - build/reports/ tests: unit-tests: stage: code-quality <<: *build_rules needs: Loading @@ -117,6 +117,21 @@ tests: coverage_format: jacoco path: app/build/reports/jacoco/jacocoReleaseReport/jacocoReleaseReport.xml code-security: image: semgrep/semgrep:latest stage: code-quality <<: *build_rules needs: [] script: - semgrep scan --config=auto --error --json-output semgrep-report.json --junit-xml-output semgrep-junit.xml . artifacts: when: always reports: junit: semgrep-junit.xml paths: - semgrep-report.json - semgrep-junit.xml generate-apks: stage: build <<: *rules_publish Loading README.md +8 −0 Original line number Diff line number Diff line [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=build-release&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=code-quality&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=unit-tests&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=code-security&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=secret-scan&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=high-critical-scan&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=dependency-vuln-scan&kind=BUILD) # App Lounge App Lounge is an open-source application that allows you to install Android apps on your device quickly and easily. It is licensed and distributed under [The GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). Loading Loading
.gitlab-ci.yml +17 −2 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ build-release: paths: - app/build/outputs/apk/release analysis: code-quality: stage: code-quality <<: *build_rules needs: Loading @@ -99,7 +99,7 @@ analysis: - app/build/reports/ - build/reports/ tests: unit-tests: stage: code-quality <<: *build_rules needs: Loading @@ -117,6 +117,21 @@ tests: coverage_format: jacoco path: app/build/reports/jacoco/jacocoReleaseReport/jacocoReleaseReport.xml code-security: image: semgrep/semgrep:latest stage: code-quality <<: *build_rules needs: [] script: - semgrep scan --config=auto --error --json-output semgrep-report.json --junit-xml-output semgrep-junit.xml . artifacts: when: always reports: junit: semgrep-junit.xml paths: - semgrep-report.json - semgrep-junit.xml generate-apks: stage: build <<: *rules_publish Loading
README.md +8 −0 Original line number Diff line number Diff line [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=build-release&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=code-quality&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=unit-tests&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=code-security&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=secret-scan&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=high-critical-scan&kind=BUILD) [](https://gitlab.e.foundation/e/os/apps/-/jobs?name=dependency-vuln-scan&kind=BUILD) # App Lounge App Lounge is an open-source application that allows you to install Android apps on your device quickly and easily. It is licensed and distributed under [The GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). Loading