From 2e54202ff2d813594658fb3e3df76a029642cc9f Mon Sep 17 00:00:00 2001 From: "sre-read-write[bot]" <92993749+sre-read-write[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:43:50 +0000 Subject: [PATCH] chore: synced local '.github/workflows/export_github_data.yml' with remote 'tools/sre_file_sync/export_github_data.yml' --- .github/workflows/export_github_data.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/export_github_data.yml b/.github/workflows/export_github_data.yml index 692c9a8..a011e07 100644 --- a/.github/workflows/export_github_data.yml +++ b/.github/workflows/export_github_data.yml @@ -2,12 +2,19 @@ name: GitHub repository metadata exporter on: workflow_dispatch: schedule: - - cron: "0 7 * * *" + - cron: "20 7 * * *" jobs: export-data: runs-on: ubuntu-latest steps: + - name: Audit DNS requests + uses: cds-snc/dns-proxy-action@main + env: + DNS_PROXY_FORWARDTOSENTINEL: "true" + DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }} + DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }} + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Export Data uses: cds-snc/github-repository-metadata-exporter@main with: