We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788cb2f commit 3a43eb7Copy full SHA for 3a43eb7
1 file changed
.github/actions/run-appinspect/action.yml
@@ -25,4 +25,4 @@ runs:
25
tar -czf mock_app.tgz --exclude="__pycache__" bin default metadata
26
- name: Validate the mock app with AppInspect
27
shell: bash
28
- run: uvx splunk-appinspect inspect ${{ inputs.mock-app-path }}/mock_app.tgz --included-tags cloud
+ run: uvx splunk-appinspect inspect ${{ inputs.mock-app-path }}/mock_app.tgz --included-tags cloud --ci
0 commit comments