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/03 10:57:55 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #11211: Add Github Code Scanning

potiuk edited a comment on pull request #11211:
URL: https://github.com/apache/airflow/pull/11211#issuecomment-703085177


   One thing to check - I just realised why the schedule one is still needed alongside push @kaxil @turbaszek 
   
   You can read more About it here  https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning
   
   The push/pr only scans the changed code(for new vulnerabilities introduced), not the whole of it. The scheduled builds scans all of the code for any new vulnerabilities that were reported since the last full sscheduled scan. So we have to keep both.
   
   


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