mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Apparently this OSSF tool only supports the default branch
This commit is contained in:
committed by
GitHub
parent
3b9a467deb
commit
be69ad2a9f
4
.github/workflows/ossf-scorecard.yml
vendored
4
.github/workflows/ossf-scorecard.yml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
schedule:
|
||||
- cron: '28 12 * * 2'
|
||||
push:
|
||||
branches: [ "security/analysis-workflows-sandbox" ]
|
||||
branches: [ "master" ]
|
||||
|
||||
# Declare default permissions as read only.
|
||||
permissions: read-all
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
# For private repositories:
|
||||
# - `publish_results` will always be set to `false`, regardless
|
||||
# of the value entered here.
|
||||
publish_results: false
|
||||
publish_results: true
|
||||
|
||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||
# format to the repository Actions tab.
|
||||
|
||||
Reference in New Issue
Block a user