act/cmd
Robin Breathe d064863f9b
fix: allow override of artifact server bind address (#1560)
* Prior to this change, the artifact server always binds to the detected
  "outbound IP", breaks functionality when that IP is unroutable.
  For example, Zscaler assigns the host a local CGNAT address,
  100.64.0.1, which is unreachable from Docker Desktop.
* Add the `--artifact-server-addr` flag to allow override of the address
  to which the artifact server binds, defaulting to the existing
  behaviour.

Fixes: #1559
2023-01-16 14:12:20 +00:00
..
graph.go Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
input.go fix: allow override of artifact server bind address (#1560) 2023-01-16 14:12:20 +00:00
list.go feat: improve list (#786) 2021-08-30 15:38:03 +00:00
notices.go feat: add check for newer versions (#1562) 2023-01-15 10:30:41 +00:00
platforms.go feat: add ubuntu-22.04 (#1150) 2022-05-17 19:11:33 +00:00
root.go fix: allow override of artifact server bind address (#1560) 2023-01-16 14:12:20 +00:00
secrets.go fix: print line after password prompt (#1014) 2022-02-25 16:47:49 +00:00