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.4.1
1.4.1
Created 14 April 2023.
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.4.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.guardsquare:appsweep-gradle:1.4.1") } } apply(plugin = "com.guardsquare.appsweep")
- Applying plugins to all subprojects .