You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// special case: Concourse resource type binaries are accessed through symlinks in /opt/resource that `make install` generates
71
+
pathsToCopy["/opt/resource"] ="/opt/resource"
72
+
runVersionCommands=append(runVersionCommands,
73
+
"/opt/resource/check --version 2>/dev/null",
74
+
"/opt/resource/in --version 2>/dev/null",
75
+
"/opt/resource/out --version 2>/dev/null",
76
+
)
77
+
default:
78
+
logg.Error("dockerfile: ignoring binary %q with custom install path %q, only 'bin/' and '/opt/resource' are supported at the moment", binary.Name, binary.InstallTo)
66
79
}
67
80
}
68
81
@@ -90,6 +103,7 @@ func RenderConfig(cfg core.Configuration, sr golang.ScanResult) {
0 commit comments