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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,13 @@ Examples:
92
92
- Alternatively, you may - at your own risk - bypass this warning following the guidance here: https://support.apple.com/guide/mac-help/apple-cant-check-app-for-malicious-software-mchleab3a043/mac
93
93
- Afterwards, you can simply run the binary from the command line and provide the required flags
94
94
95
+
# Kubernetes ☸
96
+
97
+
- You can now also run the app via `Kubernetes` (I don't really see a reason for doing so at this point though)
98
+
- To do this, you have to change the `hostPath.path` in the `k8s-manifest.yml` to the **absolute** path where the JavaScript app resides that you want to be package
99
+
- Afterwards, run `kubectl apply -f k8s-manifest.yml`
100
+
- This will output the `zip` (that you can upload to `Veracode Static Analysis`) into the provided `hostPath.path`
101
+
95
102
# Bug Reports 🐞
96
103
97
104
If you find a bug, please file an Issue right here in GitHub, and I will try to resolve it in a timely manner.
0 commit comments