We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6881c98 commit c4d002dCopy full SHA for c4d002d
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