Skip to content

Commit a3b02a3

Browse files
ci: debug
1 parent 993906e commit a3b02a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@ jobs:
5858
path: trivy-dependency-results.sbom.json
5959
retention-days: 30
6060

61-
- name: List Docker Images
61+
- name: List Docker Containers
6262
run: 'docker ps -a'
6363

64+
- name: List Docker Images
65+
run: 'docker images'
66+
6467
# - name: Run Trivy Image scanner
6568
# uses: aquasecurity/trivy-action@0.24.0
6669
# with:

0 commit comments

Comments
 (0)