Security/FirefoxOperations: Difference between revisions

Line 97: Line 97:
   * For Python applications, enable pyup security updates:
   * For Python applications, enable pyup security updates:
     * Add a pyup config to your repo (example config: https://github.com/mozilla-services/antenna/blob/master/.pyup.yml)
     * Add a pyup config to your repo (example config: https://github.com/mozilla-services/antenna/blob/master/.pyup.yml)
     * Add the "Approved Mozilla PyUp Configuration" team (e.g. for [mozilla](https://github.com/orgs/mozilla/teams/approved-mozilla-pyup-configuration) and [mozilla-services](https://github.com/orgs/mozilla-services/teams/approved-mozilla-pyup-configuration)) as a collaborator to your repo
     * From the "add a team" dropdown for your repo add the relevant "Approved Mozilla PyUp Configuration" team for your github org (e.g. for [mozilla](https://github.com/orgs/mozilla/teams/approved-mozilla-pyup-configuration) and [mozilla-services](https://github.com/orgs/mozilla-services/teams/approved-mozilla-pyup-configuration)) and grant it write permission.
     * Notify secops@mozilla.com to enable the integration in pyup
     * Notify secops@mozilla.com to enable the integration in pyup
     * Consider using ``pip list --outdated`` or [requires.io](https://requires.io/) too
     * Consider using ``pip list --outdated`` or [requires.io](https://requires.io/) too
Confirmed users
529

edits