ittuann_obsidian-gpt-litein.../.github/workflows/FOSSA.yml
2023-10-16 11:15:54 +08:00

28 lines
475 B
YAML

name: FOSSA
on:
push:
branches:
- master
release:
types: [created]
jobs:
analysis:
runs-on: ubuntu-latest
environment: staging
strategy:
fail-fast: false
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Run FOSSA Scan
uses: fossas/fossa-action@v1.3.1
with:
api-key: ${{ secrets.FOSSA_API }}