diff options
| author | Albin <albin@mullvad.net> | 2023-06-01 11:42:45 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-06-01 11:47:45 +0200 |
| commit | d91ec2ce5c5ccc942fe7e0f85d7aee362345bb04 (patch) | |
| tree | 11875ab1670379e56a85588889691ac914e6409c /.github | |
| parent | 3d6fdfec881c6b047c913f12f120090390ed20f7 (diff) | |
| download | mullvadvpn-d91ec2ce5c5ccc942fe7e0f85d7aee362345bb04.tar.xz mullvadvpn-d91ec2ce5c5ccc942fe7e0f85d7aee362345bb04.zip | |
Add daily scheduled gradle audit check
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-audit.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/android-audit.yml b/.github/workflows/android-audit.yml index 02fbba0e42..c49090c0ea 100644 --- a/.github/workflows/android-audit.yml +++ b/.github/workflows/android-audit.yml @@ -3,6 +3,13 @@ name: Android - Audit dependencies on: pull_request: paths: [.github/workflows/android-audit.yml, android/gradle/verification-metadata.xml] + schedule: + # At 06:20 UTC every day. + # Notifications for scheduled workflows are sent to the user who last modified the cron + # syntax in the workflow file. If you update this you must have notifications for + # Github Actions enabled, so these don't go unnoticed. + # https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs + - cron: '20 6 * * *' workflow_dispatch: jobs: owasp-dependency-check: |
