Skip to content

Commit ee1faec

Browse files
committed
feat: replace skip-harden-runner with skip-on-custom-property input
1 parent 1dc7c17 commit ee1faec

File tree

9 files changed

+8735
-137
lines changed

9 files changed

+8735
-137
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ inputs:
3232
description: "Policy name to be used from the policy store"
3333
required: false
3434
default: ""
35-
skip-harden-runner:
36-
description: "Set to 'true' to skip harden-runner. Use with expressions to conditionally skip based on custom properties or other conditions."
35+
skip-on-custom-property:
36+
description: "Skip if custom property matches value (format: property_name=value)"
3737
required: false
38-
default: "false"
38+
default: ""
3939

4040
branding:
4141
icon: "check-square"

0 commit comments

Comments
 (0)