diff --git a/.github/workflows/export_github_data.yml b/.github/workflows/export_github_data.yml index 25fcd82..d12fdc1 100644 --- a/.github/workflows/export_github_data.yml +++ b/.github/workflows/export_github_data.yml @@ -2,13 +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: - - uses: actions/checkout@3ba5ee6fac7e0e30e2ea884e236f282d3a775891 + - 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Export Data uses: cds-snc/github-repository-metadata-exporter@main with: