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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,10 @@ jobs:
85
85
86
86
<!-- BEGIN_AUTOGEN_INPUTS -->
87
87
88
-
- <a name="organization_id"></a><a href="#user-content-organization_id"><code>organization_id</code></a>: _(Required)_ Google Cloud organization ID for the organization which includes the
88
+
- <a name="__input_organization_id"></a><a href="#user-content-__input_organization_id"><code>organization_id</code></a>: _(Required)_ Google Cloud organization ID for the organization which includes the
89
89
resources that you want to modify. For example, '1234'.
90
90
91
-
- <a name="scan_file_ref"></a><a href="#user-content-scan_file_ref"><code>scan_file_ref</code></a>: _(Required)_ Path to a file, relative to the local workspace, for the IaC file to scan.
91
+
- <a name="__input_scan_file_ref"></a><a href="#user-content-__input_scan_file_ref"><code>scan_file_ref</code></a>: _(Required)_ Path to a file, relative to the local workspace, for the IaC file to scan.
92
92
For example:
93
93
94
94
./tf_plan.json
@@ -97,16 +97,16 @@ jobs:
97
97
98
98
./artifacts/tf_plan.json
99
99
100
-
- <a name="iac_type"></a><a href="#user-content-iac_type"><code>iac_type</code></a>: _(Required, default: `terraform`)_ The IaC template type. Currently only Terraform is supported.
100
+
- <a name="__input_iac_type"></a><a href="#user-content-__input_iac_type"><code>iac_type</code></a>: _(Required, default: `terraform`)_ The IaC template type. Currently only Terraform is supported.
101
101
102
-
- <a name="scan_timeout"></a><a href="#user-content-scan_timeout"><code>scan_timeout</code></a>: _(Optional, default: `3m`)_ The maximum time before the scanning stops. The value must be between "1m"
102
+
- <a name="__input_scan_timeout"></a><a href="#user-content-__input_scan_timeout"><code>scan_timeout</code></a>: _(Optional, default: `3m`)_ The maximum time before the scanning stops. The value must be between "1m"
103
103
and `10m`.
104
104
105
-
- <a name="ignore_violations"></a><a href="#user-content-ignore_violations"><code>ignore_violations</code></a>: _(Optional)_ Whether violations found in IaC file should be ignored when determining
105
+
- <a name="__input_ignore_violations"></a><a href="#user-content-__input_ignore_violations"><code>ignore_violations</code></a>: _(Optional)_ Whether violations found in IaC file should be ignored when determining
106
106
the build status. This input doesn't apply to violations that are related
107
107
to generating SARIF reports and determining the `iac_scan_result`.
108
108
109
-
- <a name="failure_criteria"></a><a href="#user-content-failure_criteria"><code>failure_criteria</code></a>: _(Optional, default: `Critical:1, High:1, Medium:1, Low:1, Operator:OR`)_ The failure criteria that determines the workflow build status. You can
109
+
- <a name="__input_failure_criteria"></a><a href="#user-content-__input_failure_criteria"><code>failure_criteria</code></a>: _(Optional, default: `Critical:1, High:1, Medium:1, Low:1, Operator:OR`)_ The failure criteria that determines the workflow build status. You can
110
110
set a threshold for the number of critical, high, medium, and low severity
111
111
issues and use an aggregator (either `and` or `or`) to evaluate the
112
112
criteria.
@@ -126,7 +126,7 @@ jobs:
126
126
If the `failure_criteria` evaluates to `true`, the workflow is marked as
127
127
`FAILED`. Otherwise, the workflow is marked as `SUCCESS`.
128
128
129
-
- <a name="fail_silently"></a><a href="#user-content-fail_silently"><code>fail_silently</code></a>: _(Optional)_ If set to true, the workflow will not fail in case of any internal error
129
+
- <a name="__input_fail_silently"></a><a href="#user-content-__input_fail_silently"><code>fail_silently</code></a>: _(Optional)_ If set to true, the workflow will not fail in case of any internal error
130
130
including invalid credentials and plugin dependency failure.
131
131
132
132
Note: This GitHub Action will always fail in case of any input validation
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
<!-- BEGIN_AUTOGEN_OUTPUTS -->
142
142
143
-
- `iac_scan_result`: The result of the security scan. One of:
143
+
- <a name="__output_iac_scan_result"></a><a href="#user-content-__output_iac_scan_result"><code>iac_scan_result</code></a>: The result of the security scan. One of:
144
144
145
145
- `passed`: No violations were found or the `failure_criteria` was not
146
146
satisfied.
@@ -150,7 +150,7 @@ jobs:
150
150
- `error`: The action ran into an execution error, generally due to a
151
151
misconfiguration or invalid credentials.
152
152
153
-
- `iac_scan_result_sarif_path`: Path for the SARIF report file. This file is only available when
153
+
- <a name="__output_iac_scan_result_sarif_path"></a><a href="#user-content-__output_iac_scan_result_sarif_path"><code>iac_scan_result_sarif_path</code></a>: Path for the SARIF report file. This file is only available when
0 commit comments