Skip to content

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x) #338

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x)

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x) #338

Workflow file for this run

name: fossa
on:
push:
branches:
- master
- v*
tags:
- v*
pull_request:
branches:
- master
- v*
workflow_dispatch: {}
permissions: {}
jobs:
fossa-scan:
if: github.repository == 'longhorn/longhorn-instance-manager' # FOSSA is not intended to run on forks.
runs-on: ubuntu-latest
permissions:
contents: read
env:
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
steps:
- name: "Checkout code"
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: "Run FOSSA Scan"
uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # v1.8.0 # Use a specific version if locking is preferred
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
project: longhorn-instance-manager