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
| `channel` | Release channel for Chef Automate (`stable` or `current`) | No | `current` |
73
+
| `license_id` | Chef download license ID (required for commercial downloads) | Yes | N/A |
74
+
| `hab_auth_token` | Habitat Builder Personal Access Token for protected channels (pass via secrets) | No | `""` |
69
75
| `out_dir` | Output directory for scan results and logs | No | `out` |
70
76
77
+
**Note on `hab_auth_token`**: This parameter is **required for the `dev` channel** and other protected Habitat channels that contain packages requiring authentication. The `current` and `stable` channels typically have public packages that don't require authentication. If you see `401 Unauthorized` errors during deployment, ensure you've provided a valid HAB_AUTH_TOKEN.
0 commit comments