Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 281 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 281 Bytes

eComscan Github Action

Usage

jobs:
  [...]
  run-ecomscan:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - uses: sansecio/ecomscan-github-action@main
      with:
        key: 'your-custom-key'
        directory: 'your/directory/path'