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: .github/actions/build-node-python/action.yml
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,10 @@ inputs:
59
59
description: "run node bundle"
60
60
default: "false"
61
61
required: false
62
+
enable_trivy:
63
+
description: "Enable trivy scans on lock files"
64
+
default: "false"# Enable this by default?
65
+
required: false
62
66
chromatic_enable:
63
67
description: "Enable Chromatic tests"
64
68
required: false
@@ -287,6 +291,35 @@ runs:
287
291
UV_SYSTEM_PYTHON: 1# In case uv pip is used, install into the system python environment https://docs.astral.sh/uv/guides/integration/github/#using-uv-pip
0 commit comments