Skip to content

Commit

Permalink
ci: add license scan
Browse files Browse the repository at this point in the history
Signed-off-by: Shahar Harari <[email protected]>
  • Loading branch information
shahar-h committed May 16, 2024
1 parent c5ec046 commit 5e9d608
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: License Scan

on:
pull_request:
branches:
- "main"
push:
branches:
- "main"

permissions:
contents: read

jobs:
scan:
uses: google/osv-scanner-action/osv-scanner-action@75532bf0bf75464b047d80414dbce04449498365 # v1.7.3
with:
scan-args: |-
--skip-git
--experimental-licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib
./

0 comments on commit 5e9d608

Please sign in to comment.