File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 docker buildx build -t container -f Dockerfile . > build.log 2>&1 || { tail -n 1000 build.log; exit 1; }
7373
7474 - name : Run Trivy vulnerability scanner
75- uses : aquasecurity/trivy-action@d9cd5b1c23aaf8cb31bb09141028215828364bbb # master
75+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # master
7676 with :
7777 image-ref : container
7878
9696 docker buildx build -t container -f Dockerfile . > build.log 2>&1 || { tail -n 1000 build.log; exit 1; }
9797
9898 - name : Run Trivy vulnerability scanner
99- uses : aquasecurity/trivy-action@d9cd5b1c23aaf8cb31bb09141028215828364bbb # master
99+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # master
100100 with :
101101 image-ref : container
102102
@@ -120,7 +120,7 @@ jobs:
120120 docker buildx build -t container -f Dockerfile . > build.log 2>&1 || { tail -n 1000 build.log; exit 1; }
121121
122122 - name : Run Trivy vulnerability scanner
123- uses : aquasecurity/trivy-action@d9cd5b1c23aaf8cb31bb09141028215828364bbb # master
123+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # master
124124 with :
125125 image-ref : container
126126
You can’t perform that action at this time.
0 commit comments