Skip to content

Commit

Permalink
Edit some "At least one.." descriptions
Browse files Browse the repository at this point in the history
Aiming for consistent language.
  • Loading branch information
simonbaird committed Aug 15, 2023
1 parent 1a135b9 commit adb8b12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion checks/annotations_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ opa_inspect_valid := {
"short_name": "pipelinerun_attestation_found",
"solution": "Make sure the attestation being verified was generated from a Tekton pipelineRun.",
},
"description": "At least one PipelineRun attestation must be present.",
"description": "Confirm at least one PipelineRun attestation is present.",
"scope": "rule",
"title": "PipelineRun attestation found",
},
Expand Down
2 changes: 1 addition & 1 deletion policy/release/attestation_type.rego
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deny contains result if {
# METADATA
# title: PipelineRun attestation found
# description: >-
# At least one PipelineRun attestation must be present.
# Confirm at least one PipelineRun attestation is present.
# custom:
# short_name: pipelinerun_attestation_found
# failure_msg: Missing pipelinerun attestation
Expand Down
2 changes: 1 addition & 1 deletion policy/release/slsa_source_version_controlled.rego
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import data.lib
# METADATA
# title: Materials have uri and digest
# description: >-
# At least one entry in the predicate.materials array of the attestation contains
# Confirm at least one entry in the predicate.materials array of the attestation contains
# the expected attributes: uri and digest.sha1.
# custom:
# short_name: materials_format_okay
Expand Down
2 changes: 1 addition & 1 deletion policy/release/test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import future.keywords.in
# short_name: test_data_found
# failure_msg: No test data found
# solution: >-
# At least one task in the build pipeline must contain a result named TEST_OUTPUT.
# Confirm at least one task in the build pipeline contains a result named TEST_OUTPUT.
# collections:
# - redhat
# depends_on:
Expand Down

0 comments on commit adb8b12

Please sign in to comment.