Skip to content

Commit 64de76d

Browse files
set continue-on-error to true for scan docker image step (#12)
Co-authored-by: Aaron Steinfeld <45047841+aaron-steinfeld@users.noreply.github.com>
1 parent 2642dc6 commit 64de76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
image-name: hypertrace/java:14
5757
env:
5858
DOCKLE_HOST: "unix:///var/run/docker.sock"
59-
continue-on-error: false
59+
continue-on-error: true

0 commit comments

Comments
 (0)