You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `filePath` | Path to the app bundle file (.tar.gz or .spl) | **required** |
30
+
| `splunkUser` | Splunk.com user used to login to the appinspect API | **required** |
31
+
| `splunkPassword` | Splunk.com password used to login to the appinspect API | **required** |
32
+
| `includedTags` | Comma separated list of [tags](#reference-docs) to include in appinspect job | |
33
+
| `excludedTags` | Comma separated list of [tags](#reference-docs) to exclude from appinspect job | |
34
+
| `failOnError` | If enabled the action will fail when errors or failures are reported by AppInspect | default: `true`|
35
+
| `failOnWarning` | If enabled the action will fail when warnings are reported by AppInspect | default: `false`|
36
+
| `ignoredChecks` | Comma separated list of [check names](#reference-docs) to explicitly ignore | |
37
+
| `uploadReportArtifact` | If enabled the action will upload the HTML report from the AppInspect API as an artifact to GitHub actions | default: `true`|
38
+
39
+
### Reference Docs
40
+
41
+
For more info on check critera, tags and the API see the [Splunk AppInspect reference](https://dev.splunk.com/enterprise/reference/appinspect).
0 commit comments