com.guardsquare.appsweep
Owner: Guardsquare
Continuous Integration of app scanning using Guardsquare AppSweep.
https://guardsquare.com/appsweep-mobile-application-security-testing
Sources: https://github.com/guardsquare/appsweep-gradle
Version 1.2.0
1.2.0
Created 02 August 2022.
Continuous Integration of app scanning using Guardsquare AppSweep.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.guardsquare.appsweep") version "1.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.guardsquare:appsweep-gradle:1.2.0") } } apply(plugin = "com.guardsquare.appsweep")
- Applying plugins to all subprojects .