File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments