Skip to content

Commit

Permalink
fix: don't upload to api (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzarboni1 authored Jul 4, 2024
1 parent ed8591d commit 85095a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- cron: '20 7 * * 2'
push:
branches: ["main"]
workflow_dispatch:

# Declare default permissions as read only.
permissions: read-all
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
# For private repositories:
# - `publish_results` will always be set to `false`, regardless
# of the value entered here.
publish_results: true
publish_results: false

# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
Expand Down

0 comments on commit 85095a2

Please sign in to comment.