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
# Auto-update action.yml image ref to the new version.
142
-
# No-op if action.yml still uses `image: "Dockerfile"` (handles the
143
-
# chicken-and-egg on the initial v2.0.0 release).
144
-
if grep -q 'docker://ghcr.io/socketdev/socket-basics:' action.yml; then
145
-
sed -i "s|docker://ghcr.io/socketdev/socket-basics:[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*|docker://ghcr.io/socketdev/socket-basics:${VERSION}|" action.yml
146
-
echo "Updated action.yml image ref to ${VERSION}"
147
-
else
148
-
echo "action.yml not yet using pre-built image — skipping version update"
description: "Comma-separated list of Trivy rules to disable"
387
+
description: "Comma-separated list of Trivy rules to disable. Trivy-backed scanning is temporarily unavailable in the pre-built GitHub Action image."
387
388
required: false
388
389
default: ""
389
390
trivy_image_scanning_disabled:
390
-
description: "Disable Trivy image scanning"
391
+
description: "Disable Trivy image scanning. Trivy-backed scanning is temporarily unavailable in the pre-built GitHub Action image."
391
392
required: false
392
393
default: "false"
393
394
trivy_notification_method:
394
-
description: "Notification method for Trivy (e.g., console, slack)"
395
+
description: "Notification method for Trivy (e.g., console, slack). Trivy-backed scanning is temporarily unavailable in the pre-built GitHub Action image."
395
396
required: false
396
397
default: ""
397
398
trivy_vuln_enabled:
398
-
description: "Enable Trivy vulnerability scanning for all supported language ecosystems"
399
+
description: "Enable Trivy vulnerability scanning for all supported language ecosystems. Trivy-backed scanning is temporarily unavailable in the pre-built GitHub Action image."
0 commit comments