{"id":15068656,"url":"https://github.com/guardsquare/appsweep-action","last_synced_at":"2025-04-10T17:35:49.514Z","repository":{"id":65157729,"uuid":"417258875","full_name":"Guardsquare/appsweep-action","owner":"Guardsquare","description":"GitHub action for AppSweep can be used to continuously integrate app scanning using AppSweep into your Android app build process","archived":false,"fork":false,"pushed_at":"2025-02-05T16:59:32.000Z","size":2844,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-20T00:20:26.550Z","etag":null,"topics":["android-development","app-testing","security-tools"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Guardsquare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-14T19:31:55.000Z","updated_at":"2025-02-05T16:59:36.000Z","dependencies_parsed_at":"2023-11-09T11:57:53.258Z","dependency_job_id":"cc932ac5-3f54-45af-a2f3-78f8759d4315","html_url":"https://github.com/Guardsquare/appsweep-action","commit_stats":{"total_commits":16,"total_committers":5,"mean_commits":3.2,"dds":0.25,"last_synced_commit":"b2bd5c90570c05e2bdaed95e0a8e2b112a63e454"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guardsquare%2Fappsweep-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guardsquare%2Fappsweep-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guardsquare%2Fappsweep-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guardsquare%2Fappsweep-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guardsquare","download_url":"https://codeload.github.com/Guardsquare/appsweep-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262029,"owners_count":21074230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-development","app-testing","security-tools"],"created_at":"2024-09-25T01:38:45.150Z","updated_at":"2025-04-10T17:35:49.496Z","avatar_url":"https://github.com/Guardsquare.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://guardsquare.com/appsweep-mobile-application-security-testing\"\u003e\n    \u003cimg\n      src=\"https://appsweep.guardsquare.com/AppSweep-blue.svg\"\n      alt=\"AppSweep\" width=\"400\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003ch4 align=\"center\"\u003eGitHub action for AppSweep Mobile Application Security Testing\u003c/h4\u003e\n\n## Usage\n\nThis action can be used to automate scanning your Android application using a GitHub action.\n\n** Make sure to build the app before calling the step! **\n\n### Example workflow\n\n```yaml\n# This workflow will build the app, and initiate a Guardsquare AppSweep scan of your APK\nname: AppSweep mobile application security testing\non: [push]\njobs:\n  appsweep-scan:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Check out repository code\n        uses: actions/checkout@v2\n\n      - name: Build debug app\n        run: ./gradlew assembleDebug\n\n      - name: Upload debug app to AS\n        uses: guardsquare/appsweep-action@main\n        with:\n          appsweep_api_key: ${{ secrets.APPSWEEP_API_KEY }}\n          input_file: ./app/build/outputs/apk/debug/app-debug.apk\n          mapping_file: ./app/build/outputs/mapping/debug/mapping.txt\n```\n\n### Inputs\n\n| Input                         | Description                                                                      |\n|-------------------------------|----------------------------------------------------------------------------------|\n| `APPSWEEP_API_KEY`            | Project API key for your AppSweep project, should be stored using Github SECRETS |\n| `INPUT_FILE`                  | The APK that will be uploaded to AppSweep                                        |\n| `MAPPING_FILE` _(optional)_   | An optional obfuscation mapping file for the build                               |\n| `TAGS` _(optional)_           | An optional set of tags to append to your build (format: tag1, tag2)             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguardsquare%2Fappsweep-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguardsquare%2Fappsweep-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguardsquare%2Fappsweep-action/lists"}