.github/workflows/scorecard.yml
Expected an indentation at 4 instead of at 2. Open
Open
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
retention-days: 5
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Needed to upload the results to code-scanning dashboard.
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Needs for private repositories.
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
name: SARIF file
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# Public repositories:
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# - See https://github.com/ossf/scorecard-action#publishing-results.
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# - Publish results to OpenSSF REST API for easy access by consumers
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# - `publish_results` will always be set to `false`, regardless
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# - Allows the repository to include the Scorecard badge.
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
results_format: sarif
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
push:
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
persist-credentials: false
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Used to receive a badge. (Upcoming feature)
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- name: "Run analysis"
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Upload the results to GitHub's code scanning dashboard.
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
# For Branch-Protection check. Only the default branch is supported. See
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# - you want to enable the Branch-Protection check on a *public* repository, or
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# of the value entered here.
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
# To guarantee Maintained check is occasionally updated. See
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
# format to the repository Actions tab.
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
schedule:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
id-token: write
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
publish_results: true
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
sarif_file: results.sarif
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
branch_protection_rule:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- name: "Checkout code"
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# For private repositories:
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
security-events: write
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
actions: read
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
results_file: results.sarif
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
contents: read
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- name: "Upload artifact"
- Exclude checks
Expected an indentation at 8 instead of at 6. Open
Open
- name: "Upload to code-scanning"
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
# manual button click from the GitHub UI
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
analysis:
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
path: results.sarif
- Exclude checks
Expected an indentation at 4 instead of at 2. Open
Open
workflow_dispatch:
- Exclude checks
Expected an indentation at 12 instead of at 10. Open
Open
# - you are installing Scorecard on a *private* repository
- Exclude checks