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

10 lines
157 B
YAML

name: 'Run antivirus scan'
inputs:
path-to-scan:
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.path-to-scan }}