Skip to content

feat: bump rancher to v2.14.2-alpha6 and rke2 to v1.35.5+rke2r1 (#1278) #52

feat: bump rancher to v2.14.2-alpha6 and rke2 to v1.35.5+rke2r1 (#1278)

feat: bump rancher to v2.14.2-alpha6 and rke2 to v1.35.5+rke2r1 (#1278) #52

Workflow file for this run

name: FOSSA Scanning
on:
push:
branches: ["main", "master", "v[0-9]+.[0-9]+"]
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
fossa-scanning:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
# The FOSSA token is shared between all repos in Harvester's GH org. It can
# be used directly and there is no need to request specific access to EIO.
- name: Read FOSSA token
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89
with:
secrets: |
secret/data/github/org/harvester/fossa/credentials token | FOSSA_API_KEY_PUSH_ONLY
- name: FOSSA scan
uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # v1.8.0
with:
api-key: ${{ env.FOSSA_API_KEY_PUSH_ONLY }}
# Only runs the scan and do not provide/returns any results back to the
# pipeline.
run-tests: false