Skip to content

Commit fb3ed0b

Browse files
committed
update path
1 parent eb06583 commit fb3ed0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build_multi_arch_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ jobs:
8686
scanners: "vuln"
8787
vuln-type: "os,library"
8888
format: "json"
89-
output: "scan_results_docker_${{ matrix.arch }}.json"
89+
output: "scan_results_docker.json"
9090
exit-code: "0"
9191
trivy-config: trivy.yaml
9292
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
9393
name: Upload scan results
9494
with:
9595
name: "scan_results_docker_${{ matrix.arch }}.json"
9696
path: |
97-
"scan_results_docker_${{ matrix.arch }}.json"
97+
"scan_results_docker.json"
9898
- name: Check docker vulnerabilities - table output
9999
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
100100
with:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Install asdf versions of node, python, java, terraform, golang used by all EPS p
2929
Install and setup git-secrets
3030

3131
# Project structure
32-
The dev container is defined in src/base/.devcontainer folder. This folder contains a Dockerfile and a devcontainer.json file which is used to build the container
32+
The dev container is defined in src/base/.devcontainer folder. This folder contains a Dockerfile and a devcontainer.json file which is used to build the container.
33+
As part of the dockerfile, there are scripts in the scripts folder that run as root and vscode user that setup and install various programs.
3334

3435
The dev container is built using https://github.com/devcontainers/cli
3536

0 commit comments

Comments
 (0)