52
52
format : table
53
53
54
54
- name : Scan latest release image with grype
55
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
55
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
56
56
with :
57
57
image : " public.ecr.aws/datadog/lambda-extension:latest"
58
58
only-fixed : true
61
61
output-format : table
62
62
63
63
- name : Scan latest-alpine release image with grype
64
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
64
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
65
65
with :
66
66
image : " public.ecr.aws/datadog/lambda-extension:latest-alpine"
67
67
only-fixed : true
70
70
output-format : table
71
71
72
72
- name : Scan latest serverless-init image with grype
73
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
73
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
74
74
with :
75
75
image : " datadog/serverless-init:latest"
76
76
only-fixed : true
79
79
output-format : table
80
80
81
81
- name : Scan latest-alpine serverless-init image with grype
82
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
82
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
83
83
with :
84
84
image : " datadog/serverless-init:latest-alpine"
85
85
only-fixed : true
@@ -133,7 +133,7 @@ jobs:
133
133
format : table
134
134
135
135
- name : Scan amd64 image with grype
136
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
136
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
137
137
with :
138
138
image : " datadog/build-lambda-extension-amd64:${{ env.VERSION }}"
139
139
only-fixed : true
@@ -142,7 +142,7 @@ jobs:
142
142
output-format : table
143
143
144
144
- name : Scan arm64 image with grype
145
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
145
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
146
146
with :
147
147
image : " datadog/build-lambda-extension-arm64:${{ env.VERSION }}"
148
148
only-fixed : true
@@ -151,7 +151,7 @@ jobs:
151
151
output-format : table
152
152
153
153
- name : Scan binary files with grype
154
- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2 .0
154
+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3 .0
155
155
with :
156
156
path : go/src/github.com/DataDog/datadog-lambda-extension/.layers
157
157
only-fixed : true
0 commit comments