We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bed137 commit 989fd40Copy full SHA for 989fd40
1 file changed
.github/workflows/build_multi_arch_image.yml
@@ -27,8 +27,7 @@ jobs:
27
runner: ubuntu-22.04-arm
28
steps:
29
- name: Free Disk Space for Docker
30
- uses: >-
31
- endersonmenezes/free-disk-space@e6ed9b02e683a3b55ed0252f1ee469ce3b39a885
+ uses: endersonmenezes/free-disk-space@e6ed9b02e683a3b55ed0252f1ee469ce3b39a885
32
with:
33
remove_android: true
34
remove_dotnet: true
@@ -82,6 +81,10 @@ jobs:
82
81
output: "scan_results_docker.json"
83
exit-code: "0"
84
trivy-config: trivy.yaml
+ - name: find scan results
85
+ run: |
86
+ ls -lart
87
+ find . -name "scan_results_docker.json"
88
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
89
name: Upload scan results
90
0 commit comments