Skip to content

Merge pull request #107 from hahwul/update-attack-surface-detector #364

Merge pull request #107 from hahwul/update-attack-surface-detector

Merge pull request #107 from hahwul/update-attack-surface-detector #364

Workflow file for this run

---
name: Contributors
on:
push:
branches: [main]
workflow_dispatch:
inputs:
logLevel:
description: manual run
required: false
default: ''
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
round: true
svgPath: images/CONTRIBUTORS.svg