Skip to content

Commit 5c69dc7

Browse files
authored
Create tidelift.yml
1 parent e04f2ed commit 5c69dc7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/tidelift.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Tidelift Align
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
name: Run Tidelift to ensure approved open source packages are in use
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v2
11+
- name: Scan
12+
uses: tidelift/scan-action@main
13+
env:
14+
TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }}
15+
TIDELIFT_ORGANIZATION: ${{ secrets.TIDELIFT_ORGANIZATION }}
16+
TIDELIFT_PROJECT: ${{ secrets.TIDELIFT_PROJECT }}

0 commit comments

Comments
 (0)