Skip to content

chore(deps): update policy-evaluator #366

chore(deps): update policy-evaluator

chore(deps): update policy-evaluator #366

Workflow file for this run

name: fossa scanning
on:
push:
tags:
- "v*"
branches:
- "main"
# Declare default permissions as read only.
permissions: read-all
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
with:
api-key: ${{secrets.FOSSA_API_TOKEN}}