Projects STRLCPY scorecard Commits ff754c30
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    cron/config/config.yaml
    skipped 42 lines
    43 43   api-results-bucket-url: gs://ossf-scorecard-cron-results
    44 44   # TODO: Temporarily remove SAST and CI-Tests which require lot of GitHub API tokens.
    45 45   # TODO(#859): Re-add Contributors after fixing inconsistencies.
    46  - # TODO: Dependency-Update-Tool, Fuzzing, and SAST are search heavy
    47  - # TODO: Vulnerabilities is resource intensive, wait until the next osv-scanner release after v1.2.0
    48  - blacklisted-checks: CI-Tests,Contributors,Dependency-Update-Tool,Fuzzing,SAST,Vulnerabilities
     46 + # TODO: Dependency-Update-Tool and SAST are search heavy
     47 + # TODO: Vulnerabilities is slow on repos with lots of dependencies
     48 + blacklisted-checks: CI-Tests,Contributors,Dependency-Update-Tool,SAST,Vulnerabilities
    49 49   cii-data-bucket-url: gs://ossf-scorecard-cii-data
    50 50   # Raw results.
    51 51   raw-bigquery-table: scorecard-rawdata
    skipped 2 lines
  • ■ ■ ■ ■
    cron/config/config_test.go
    skipped 33 lines
    34 34   prodCompletionThreshold = 0.99
    35 35   prodWebhookURL = ""
    36 36   prodCIIDataBucket = "gs://ossf-scorecard-cii-data"
    37  - prodBlacklistedChecks = "CI-Tests,Contributors,Dependency-Update-Tool,Fuzzing,SAST,Vulnerabilities"
     37 + prodBlacklistedChecks = "CI-Tests,Contributors,Dependency-Update-Tool,SAST,Vulnerabilities"
    38 38   prodShardSize int = 10
    39 39   prodMetricExporter string = "stackdriver"
    40 40   prodMetricStackdriverPrefix string = "scorecard-cron"
    skipped 495 lines
Please wait...
Page is in error, reload to recover