From c10c994453aa4fe7b2fe02be27fa59b84da07041 Mon Sep 17 00:00:00 2001 From: "sre-read-write[bot]" <92993749+sre-read-write[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:46:04 +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..2cd1112 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Export Data uses: cds-snc/github-repository-metadata-exporter@main with: