Skip to content

Commit

Permalink
fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilBaah committed Feb 25, 2024
1 parent 40b4d5d commit 5137e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Test SCA Vulnerabilities | Static Composition Analysis
run: |
pyraider check -f requirements.txt
pyraider autofix -f requirements.txt
- name: Check Package License
run: |
Expand Down
1 change: 1 addition & 0 deletions scripts/run-license-compliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ approved_licenses = [
'BSD License',
'GNU Lesser General Public License v2 or later (LGPLv2+)',
'GNU Lesser General Public License v3 (LGPLv3)',
'MIT',
'Mozilla Public License 2.0 (MPL 2.0)',
'Python Software Foundation License',
'MIT License',
Expand Down

0 comments on commit 5137e1a

Please sign in to comment.