Skip to content

Add webhook for limit 64 char and framework test fix #181

Add webhook for limit 64 char and framework test fix

Add webhook for limit 64 char and framework test fix #181

Workflow file for this run

name: FOSSA
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * 1'
jobs:
fossa-scan:
name: License and Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run FOSSA Scan
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}