Commit 8661ac1
authored
Add Image Scan to PR Build (#250)
*Description of changes:*
- Adding `artifacts_build` step to `pr-build` workflow for JS images to
get vulnerability scanning during PR builds.
See the same for
[Java](https://github.com/aws-observability/aws-otel-java-instrumentation/blob/main/.github/workflows/pr-build.yml#L145)
and
[Python](https://github.com/aws-observability/aws-otel-python-instrumentation/blob/main/.github/workflows/pr-build.yml#L23)
- Delete duplicate `docker logout` step in artifact_build. Doesn't
effect PR builds from forked repos:
https://github.com/aws-observability/aws-otel-js-instrumentation/actions/runs/16950181911/job/48040937542?pr=251
*Testing*
Successful run:
https://github.com/aws-observability/aws-otel-js-instrumentation/actions/runs/16949767942
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent f88a360 commit 8661ac1
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
0 commit comments