Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

run-appinspect-api:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
with:
name: my-package
path: app-dir/
- name: appinspect-api
uses: splunk/[email protected]
with:
username: ${{ secrets.SPL_COM_USER }}
password: ${{ secrets.SPL_COM_PASSWORD }}
app_path: app-dir/
- uses: actions/upload-artifact@v4
if: always()
with:
name: appinspect-api-html-report
path: AppInspect_response.html