Skip to content

Commit ce998bc

Browse files
feat: updated version of appinspect cli action (#116)
feat: updated version of appinspect cli action
1 parent 291fce9 commit ce998bc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -449,22 +449,24 @@ jobs:
449449
name: package-splunkbase
450450
path: build/package/
451451
- name: Scan
452-
uses: splunk/appinspect-cli-action@v1.4
452+
uses: splunk/appinspect-cli-action@v1.6
453453
with:
454454
app_path: build/package/
455455
included_tags: ${{ matrix.tags }}
456+
result_file: appinspect_result_${{ matrix.tags }}.json
456457
- name: upload-appinspect-report
457458
if: always()
458459
uses: actions/upload-artifact@v3
459460
with:
460461
name: appinspect_${{ matrix.tags }}_checks.json
461-
path: appinspect_result.json
462-
- name: upload-manual-check-markdown
462+
path: appinspect_result_${{ matrix.tags }}.json
463+
- name: upload-markdown
463464
if: matrix.tags == 'manual'
464465
uses: actions/upload-artifact@v3
465466
with:
466-
name: check_markdown.txt
467-
path: manual_check_markdown.txt
467+
name: check_markdown
468+
path: |
469+
*_markdown.txt
468470
469471
artifact-registry:
470472
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)