Skip to content

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 (#108) #73

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 (#108)

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.27.1 to 2.27.2 (#108) #73

Workflow file for this run

name: FOSSA License Scan
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
fossa-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 }}