@@ -18,7 +18,7 @@ Ensure that the all required tasks are resolved from trusted tasks.
1818* Rule type: [rule-type-indicator failure]#FAILURE#
1919* FAILURE message: `%s is required and present but not from a trusted task`
2020* Code: `tasks.required_untrusted_task_found`
21- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L164 [Source, window="_blank"]
21+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L167 [Source, window="_blank"]
2222
2323[#tasks__required_tasks_found]
2424=== link:#tasks__required_tasks_found[All required tasks were included in the pipeline]
@@ -30,7 +30,7 @@ Ensure that the set of required tasks are included in the PipelineRun attestatio
3030* Rule type: [rule-type-indicator failure]#FAILURE#
3131* FAILURE message: `%s is missing`
3232* Code: `tasks.required_tasks_found`
33- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L140 [Source, window="_blank"]
33+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L143 [Source, window="_blank"]
3434
3535[#tasks__data_provided]
3636=== link:#tasks__data_provided[Data provided]
@@ -42,7 +42,7 @@ Confirm the expected data keys have been provided in the expected format. The ke
4242* Rule type: [rule-type-indicator failure]#FAILURE#
4343* FAILURE message: `%s`
4444* Code: `tasks.data_provided`
45- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L291 [Source, window="_blank"]
45+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L294 [Source, window="_blank"]
4646
4747[#tasks__future_required_tasks_found]
4848=== link:#tasks__future_required_tasks_found[Future required tasks were found]
@@ -54,7 +54,7 @@ Produce a warning when a task that will be required in the future was not includ
5454* Rule type: [rule-type-indicator warning]#WARNING#
5555* WARNING message: `%s is missing and will be required on %s`
5656* Code: `tasks.future_required_tasks_found`
57- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L55 [Source, window="_blank"]
57+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L58 [Source, window="_blank"]
5858
5959[#tasks__pinned_task_refs]
6060=== link:#tasks__pinned_task_refs[Pinned Task references]
@@ -66,7 +66,7 @@ Ensure that all Tasks in the SLSA Provenance attestation use an immuntable refer
6666* Rule type: [rule-type-indicator failure]#FAILURE#
6767* FAILURE message: `Task %s is used by pipeline task %s via an unpinned reference.`
6868* Code: `tasks.pinned_task_refs`
69- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L225 [Source, window="_blank"]
69+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L228 [Source, window="_blank"]
7070
7171[#tasks__pipeline_has_tasks]
7272=== link:#tasks__pipeline_has_tasks[Pipeline run includes at least one task]
@@ -78,7 +78,7 @@ Ensure that at least one Task is present in the PipelineRun attestation.
7878* Rule type: [rule-type-indicator failure]#FAILURE#
7979* FAILURE message: `No tasks found in PipelineRun attestation`
8080* Code: `tasks.pipeline_has_tasks`
81- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L85 [Source, window="_blank"]
81+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L88 [Source, window="_blank"]
8282
8383[#tasks__pipeline_required_tasks_list_provided]
8484=== link:#tasks__pipeline_required_tasks_list_provided[Required tasks list for pipeline was provided]
@@ -90,7 +90,7 @@ Produce a warning if the required tasks list rule data was not provided.
9090* Rule type: [rule-type-indicator warning]#WARNING#
9191* WARNING message: `Required tasks do not exist for pipeline`
9292* Code: `tasks.pipeline_required_tasks_list_provided`
93- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L34 [Source, window="_blank"]
93+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L37 [Source, window="_blank"]
9494
9595[#tasks__required_tasks_list_provided]
9696=== link:#tasks__required_tasks_list_provided[Required tasks list was provided]
@@ -102,7 +102,7 @@ Confirm the `required-tasks` rule data was provided, since it's required by the
102102* Rule type: [rule-type-indicator failure]#FAILURE#
103103* FAILURE message: `Missing required required-tasks data`
104104* Code: `tasks.required_tasks_list_provided`
105- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L201 [Source, window="_blank"]
105+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L204 [Source, window="_blank"]
106106
107107[#tasks__successful_pipeline_tasks]
108108=== link:#tasks__successful_pipeline_tasks[Successful pipeline tasks]
@@ -114,7 +114,7 @@ Ensure that all of the Tasks in the Pipeline completed successfully. Note that s
114114* Rule type: [rule-type-indicator failure]#FAILURE#
115115* FAILURE message: `Pipeline task %q did not complete successfully, %q`
116116* Code: `tasks.successful_pipeline_tasks`
117- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L110 [Source, window="_blank"]
117+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L113 [Source, window="_blank"]
118118
119119[#tasks__unsupported]
120120=== link:#tasks__unsupported[Task version unsupported]
@@ -124,4 +124,4 @@ The Tekton Task used is or will be unsupported. The Task is annotated with `buil
124124* Rule type: [rule-type-indicator failure]#FAILURE#
125125* FAILURE message: `Task %q is used by pipeline task %q is or will be unsupported as of %s. %s`
126126* Code: `tasks.unsupported`
127- * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L252 [Source, window="_blank"]
127+ * https://github.com/conforma/policy/blob/{page-origin-refhash}/policy/release/tasks/tasks.rego#L255 [Source, window="_blank"]
0 commit comments