Skip to content

Commit 989fd40

Browse files
committed
debug to find scan results
1 parent 1bed137 commit 989fd40

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build_multi_arch_image.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
runner: ubuntu-22.04-arm
2828
steps:
2929
- name: Free Disk Space for Docker
30-
uses: >-
31-
endersonmenezes/free-disk-space@e6ed9b02e683a3b55ed0252f1ee469ce3b39a885
30+
uses: endersonmenezes/free-disk-space@e6ed9b02e683a3b55ed0252f1ee469ce3b39a885
3231
with:
3332
remove_android: true
3433
remove_dotnet: true
@@ -82,6 +81,10 @@ jobs:
8281
output: "scan_results_docker.json"
8382
exit-code: "0"
8483
trivy-config: trivy.yaml
84+
- name: find scan results
85+
run: |
86+
ls -lart
87+
find . -name "scan_results_docker.json"
8588
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
8689
name: Upload scan results
8790
with:

0 commit comments

Comments
 (0)