File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/AWS.Distro.OpenTelemetry.AutoInstrumentation Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ jobs:
7070 id : high_scan
7171 uses : ./.github/actions/image_scan
7272 with :
73- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.7 .0"
73+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.8 .0"
7474 severity : ' CRITICAL,HIGH'
7575
7676 - name : Perform low image scan
7777 if : always()
7878 id : low_scan
7979 uses : ./.github/actions/image_scan
8080 with :
81- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.7 .0"
81+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-dotnet:v1.8 .0"
8282 severity : ' MEDIUM,LOW,UNKNOWN'
8383
8484 - name : Configure AWS Credentials for emitting metrics
Original file line number Diff line number Diff line change 88internal partial class Build : NukeBuild
99{
1010 private readonly AbsolutePath installationScriptsFolder = RootDirectory / "bin" / "InstallationScripts" ;
11- private readonly string version = "1.7 .0.dev0" ;
11+ private readonly string version = "1.8 .0.dev0" ;
1212
1313 public Target BuildInstallationScripts => _ => _
1414 . After ( this . Clean )
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ namespace AWS.Distro.OpenTelemetry.AutoInstrumentation;
55
66static class Version
77{
8- public static string version = "1.7 .0.dev0" ;
8+ public static string version = "1.8 .0.dev0" ;
99}
You can’t perform that action at this time.
0 commit comments