Skip to content

Update GoReleaser and sign artifacts (#359) #225

Update GoReleaser and sign artifacts (#359)

Update GoReleaser and sign artifacts (#359) #225

Workflow file for this run

name: Fossa
on:
push:
branches:
- main
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.ref_name }}-fossa
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
name: Fossa
runs-on: ubuntu-22.04
if: ${{ github.event.repository.fork == false }}
steps:
- name: Checkout Repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Scan
uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # v1.3.1
with:
api-key: ${{ secrets.FOSSA_TOKEN }}