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

Introduce an OpenSSF Scorecard profile #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ethomson
Copy link
Member

One of my goals using Minder is to improve my repository's OpenSSF Scorecard score, since Minder can automatically remediate findings. Minder does not yet have rules to evaluate the full scope of the OpenSSF Scorecard, nor remediate it, but it will still help detect and improve findings.

- type: artifact_signature
params:
tags: [main]
name: test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can omit the name and then the ruletype will apply to all artifacts

# Packaging
- type: codeql_enabled # SAST
def:
languages: [go, javascript, typescript]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I /think/ we can omit the languages and rely on codeQL's autodetection and autobuild (but I will verify this before approving)

license_filename: LICENSE
license_type: ""
# Maintained
- type: actions_check_pinned_tags # Pinned-Dependencies for Actions
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a def

- type: security_policy # Security-Policy
def:
filename: SECURITY.md
- type: default_workflow_permissions # Token-Permissions
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a def

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants