Skip to content

Commit 92d995e

Browse files
Merge pull request #17 from cds-snc/repo-sync/site-reliability-engineering/default
chore: synced file(s) with cds-snc/site-reliability-engineering
2 parents f421070 + 1fae7ef commit 92d995e

4 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/workflows/backstage-catalog-helper.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
update-catalog-info:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Audit DNS requests
14+
uses: cds-snc/dns-proxy-action@f0796e7f3d6bec5d40aecb0321ed8012f5602f84 # v1.0.2
15+
env:
16+
DNS_PROXY_FORWARDTOSENTINEL: "true"
17+
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
18+
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
1319
- name: Checkout Actions
1420
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1521
with:

.github/workflows/export_github_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
role-session-name: GithubDataExport
3030
aws-region: ca-central-1
3131
- name: Export Data
32-
uses: cds-snc/github-repository-metadata-exporter@531ae86f67b4c0aa1a40229571211ef73109bda2
32+
uses: cds-snc/github-repository-metadata-exporter@fe65ed89fcabde7d0ea0d1fe022ea85825b6f6f8
3333
with:
3434
github-app-id: ${{ secrets.SRE_BOT_RO_APP_ID }}
3535
github-app-installation-id: ${{ secrets.SRE_BOT_RO_INSTALLATION_ID }}

.github/workflows/ossf-scorecard.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24+
- name: "Audit DNS requests"
25+
uses: cds-snc/dns-proxy-action@f0796e7f3d6bec5d40aecb0321ed8012f5602f84 # v1.0.2
26+
env:
27+
DNS_PROXY_FORWARDTOSENTINEL: "true"
28+
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
29+
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
30+
2431
- name: "Checkout code"
2532
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2633
with:

.github/workflows/s3-backup.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
s3-backup:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Audit DNS requests
16+
uses: cds-snc/dns-proxy-action@f0796e7f3d6bec5d40aecb0321ed8012f5602f84 # v1.0.2
17+
env:
18+
DNS_PROXY_FORWARDTOSENTINEL: "true"
19+
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
20+
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
1521

1622
- name: Checkout
1723
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)