Skip to content

Commit ba25411

Browse files
committed
Test main branch
1 parent 88e4ee7 commit ba25411

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/daily_scan.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
schedule:
1212
- cron: '0 18 * * *' # scheduled to run at 18:00 UTC every day
1313
workflow_dispatch: # be able to run the workflow on demand
14+
push:
15+
branches:
16+
- test-release
1417

1518
env:
1619
AWS_DEFAULT_REGION: us-east-1
@@ -82,15 +85,15 @@ jobs:
8285
id: high_scan
8386
uses: ./.github/actions/image_scan
8487
with:
85-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.9.0"
88+
image-ref: "637423224110.dkr.ecr.us-east-1.amazonaws.com/aws-observability/adot-autoinstrumentation-python-staging:0.9.0.dev0-88e4ee7"
8689
severity: 'CRITICAL,HIGH'
8790

8891
- name: Perform low image scan
8992
if: always()
9093
id: low_scan
9194
uses: ./.github/actions/image_scan
9295
with:
93-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.9.0"
96+
image-ref: "637423224110.dkr.ecr.us-east-1.amazonaws.com/aws-observability/adot-autoinstrumentation-python-staging:0.9.0.dev0-88e4ee7"
9497
severity: 'MEDIUM,LOW,UNKNOWN'
9598

9699
- name: Configure AWS Credentials for emitting metrics

0 commit comments

Comments
 (0)