[v2.9] Bump dependencies for v2.9.2 (#394) #46
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FOSSA | |
on: | |
workflow_dispatch: | |
push: | |
tags: | |
- v* | |
branches: | |
- v* | |
- main | |
jobs: | |
fossa: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
id-token: write # needed for the Vault authentication | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@v3 | |
- name: Load Secrets from Vault | |
uses: rancher-eio/read-vault-secrets@main | |
with: | |
secrets: | | |
secret/data/github/org/rancher/fossa/push token | FOSSA | |
- name: Check FOSSA compliance | |
uses: fossas/fossa-action@main | |
with: | |
api-key: ${{ env.FOSSA }} |