File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 4848 exit-code : 1
4949 format : table
5050
51+ - name : Scan latest released image with trivy
52+ uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
53+ with :
54+ image-ref : " public.ecr.aws/datadog/lambda-extension:latest"
55+ ignore-unfixed : true
56+ exit-code : 1
57+ format : table
58+
59+ - name : Scan latest-alpoine released image with trivy
60+ uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
61+ with :
62+ image-ref : " public.ecr.aws/datadog/lambda-extension:latest-alpine"
63+ ignore-unfixed : true
64+ exit-code : 1
65+ format : table
66+
5167 - name : Scan amd64 image with grype
5268 uses : anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0
5369 with :
6682 severity-cutoff : low
6783 output-format : table
6884
85+ - name : Scan latest release image with grype
86+ uses : anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0
87+ with :
88+ image : " public.ecr.aws/datadog/lambda-extension:latest"
89+ only-fixed : true
90+ fail-build : true
91+ severity-cutoff : low
92+ output-format : table
93+
94+ - name : Scan latest-alpine release image with grype
95+ uses : anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0
96+ with :
97+ image : " public.ecr.aws/datadog/lambda-extension:latest-alpine"
98+ only-fixed : true
99+ fail-build : true
100+ severity-cutoff : low
101+ output-format : table
102+
69103 - name : Scan binary files with grype
70104 uses : anchore/scan-action@d43cc1dfea6a99ed123bf8f3133f1797c9b44492 # v4.1.0
71105 with :
You can’t perform that action at this time.
0 commit comments