We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c067543 commit af67c4dCopy full SHA for af67c4d
1 file changed
action.yml
@@ -38,8 +38,10 @@ runs:
38
CONFIGURATION_OVERRIDE: ${{ inputs.configuration_override }}
39
CONFIGURATION_OVERRIDE_PATH: ${{ inputs.configuration_override_path }}
40
SCHEMA_FILE: ${{ inputs.schema_file }}
41
+ SCHEMA_URL: ${{ inputs.schema_url }}
42
INTROSPECTION_FILE: ${{ inputs.introspection_file }}
43
FAIL_ON_SEVERITIES: ${{ inputs.fail_on_severities }}
44
+ FAIL_ON_COMPLIANCE: ${{ inputs.fail_on_compliance }}
45
46
branding:
47
icon: "check"
0 commit comments