mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Update FOSSA configuration for new requirements layout (#10848)
* Update FOSSA configuration
* test FOSSA failure
* Update FOSSA files changed regex
* Revert "test FOSSA failure"
This reverts commit a97213db78.
* pre-commit linting
* remove docker.txt check
This commit is contained in:
2
.github/workflows/license-check.yml
vendored
2
.github/workflows/license-check.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
EOF
|
||||
|
||||
if [[ "${FILES}" =~ (.*package*\.json|requirements/*\.txt|setup\.py) ]]; then
|
||||
if [[ "${FILES}" =~ (.*package*\.json|requirements\/[a-z_-]+\.txt|setup\.py) ]]; then
|
||||
echo "Detected dependency changes... running fossa check"
|
||||
|
||||
./scripts/fossa.sh
|
||||
|
||||
Reference in New Issue
Block a user