Skip to content
on:
push:
paths:
- 'targets/apps/VAmPI-master/**'
jobs:
checking_code:
runs-on: ubuntu-latest
name: Horusec Scan
steps:
- name: Access project directory
run: |
cd targets/apps/VAmPI-master
- name: Run Horusec
id: run_horusec
uses: fike/[email protected]
with:
arguments: -p="./" --ignore="**/.vscode/**, **/*.env, **/.mypy_cache/**, **/tests/**"