Skip to content

Commit

Permalink
ci: update ort & appinspect actions (#19)
Browse files Browse the repository at this point in the history
* fix: handling appinspect failures

* fix: ort report generation

Co-authored-by: Lukasz Loboda <[email protected]>
  • Loading branch information
kkania-splunk and uoboda-splunk authored Feb 2, 2022
1 parent b778614 commit c4bf136
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: ort-action
uses: splunk/[email protected].9
uses: splunk/[email protected].10
id: ort-action
with:
WorkDir: .
Expand Down Expand Up @@ -448,26 +448,27 @@ jobs:
- "splunk_appinspect"
- "manual"
steps:
- name: Checkout for manual tag
uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: package-splunkbase
path: build/package/
- name: Scan
uses: splunk/appinspect-cli-action@v1
uses: splunk/appinspect-cli-action@v1.4
with:
app_path: build/package/
included_tags: ${{ matrix.tags }}
- name: upload-appinspect-for-manual
- name: upload-appinspect-report
if: always()
uses: actions/upload-artifact@v2
with:
name: appinspect_manual_checks.json
name: appinspect_${{ matrix.tags }}_checks.json
path: appinspect_result.json
- name: upload-manual-check-markdown
if: matrix.tags == 'manual'
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.tags }}_check_markdown.txt
name: check_markdown.txt
path: manual_check_markdown.txt

artifact-registry:
Expand Down

0 comments on commit c4bf136

Please sign in to comment.