Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 498 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 498 Bytes

ApplicationInspector-action

Github Action for Microsoft ApplicationInspector

Inputs

source-code-path

Required The public url to your compiled source code, ie. https://github.com/microsoft/ApplicationInspector/tree/master/AppInspector

Outputs

results

Source code 'analyzed' results.

Example usage

uses: jusso-dev/ApplicationInspector-action@master
with:
  source-code-path: 'https://github.com/microsoft/ApplicationInspector/tree/master/AppInspector'