File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
1518env :
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
You can’t perform that action at this time.
0 commit comments