secant-android-wallet/.github/actions/antivirus/action.yml

10 lines
157 B
YAML
Raw Normal View History

2022-06-11 07:32:51 -07:00
name: 'Run antivirus scan'
inputs:
path-to-scan:
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.path-to-scan }}