Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 mark codeApproved and sastToolRunsOnAllCommits as experimental #4242

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/probes.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Returns OutcomeNotAvailable if Scorecard cannot fetch the data from the reposito

## codeApproved

**Lifecycle**: stable
**Lifecycle**: experimental

**Description**: Check that all recent changesets have been approved by someone who is not the author of the changeset.

Expand Down Expand Up @@ -549,7 +549,7 @@ If the project does not use a SAST tool, or uses a tool we dont currently detect

## sastToolRunsOnAllCommits

**Lifecycle**: stable
**Lifecycle**: experimental

**Description**: Checks that a SAST tool runs on all commits in the projects CI.

Expand Down
2 changes: 1 addition & 1 deletion probes/codeApproved/def.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


id: codeApproved
lifecycle: stable
lifecycle: experimental
short: Check that all recent changesets have been approved by someone who is not the author of the changeset.
motivation: >
To ensure that the review process works, the proposed changes
Expand Down
2 changes: 1 addition & 1 deletion probes/sastToolRunsOnAllCommits/def.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

id: sastToolRunsOnAllCommits
lifecycle: stable
lifecycle: experimental
short: Checks that a SAST tool runs on all commits in the projects CI.
motivation: >
SAST is testing run on source code before the application is run. Using SAST tools can prevent known classes of bugs from being inadvertently introduced in the codebase.
Expand Down
Loading