You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/20 08:16:48 UTC

[GitHub] [airflow] ashb commented on a change in pull request #11674: Security scans are also selective now

ashb commented on a change in pull request #11674:
URL: https://github.com/apache/airflow/pull/11674#discussion_r508299868



##########
File path: scripts/ci/selective_ci_checks.sh
##########
@@ -185,6 +200,34 @@ function count_changed_files() {
     echo "${CHANGED_FILES}" | grep -c -E "$(get_regexp_from_patterns)" || true
 }
 
+function check_if_python_security_scans_should_be_run() {
+    local pattern_array=(
+        "^airflow/.*\.py"

Review comment:
       setup.py here too?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org