Apparently this OSSF tool only supports the default branch

This commit is contained in:
Reinier van der Leer
2023-07-10 18:49:10 +02:00
committed by GitHub
parent 3b9a467deb
commit be69ad2a9f

View File

@@ -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.