Skip to content

OSPP: Smart Coding benchmark suite: built on KubeEdge-lanvs #612

OSPP: Smart Coding benchmark suite: built on KubeEdge-lanvs

OSPP: Smart Coding benchmark suite: built on KubeEdge-lanvs #612

Workflow file for this run

name: FOSSA
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '31 15 * * 2'
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: run FOSSA analysis
env:
# FOSSA Push-Only API Token
FOSSA_API_KEY: '0b0868c9567ab9de697318e515248cad'
run: |
sudo curl -H 'Cache-Control: no-cache' https://github.com/raw/fossas/fossa-cli/master/install-latest.sh | sudo bash
cd '${{github.workspace}}'
sudo -E fossa analyze