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:
Rob DiCiuccio
2020-09-16 13:28:04 -07:00
committed by GitHub
parent 281305e0cf
commit d74044c2e6
3 changed files with 6 additions and 8 deletions

View File

@@ -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