Update fossa.yml

This commit is contained in:
Patrik Oldsberg
2021-01-20 16:23:23 +01:00
committed by GitHub
parent e7846659e0
commit 3ca368e629
+11 -11
View File
@@ -13,14 +13,14 @@ jobs:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
# Runs a set of commands to initialize and analyze with FOSSA
- name: run FOSSA analysis
env:
# FOSSA Push-Only API Token
FOSSA_API_KEY: '9ee7e8893660832a7387dcc32377fb61'
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
fossa init
fossa analyze
steps:
- uses: actions/checkout@v2
# Runs a set of commands to initialize and analyze with FOSSA
- name: run FOSSA analysis
env:
# FOSSA Push-Only API Token
FOSSA_API_KEY: '9ee7e8893660832a7387dcc32377fb61'
run: |
curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash
fossa init
fossa analyze