Skip to content

Commit

Permalink
Update scorecard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Dec 16, 2024
1 parent 4388451 commit 26e69d0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: "43 7 * * 3"
- cron: "45 7 * * 3"
push:
branches:
- "staging"
Expand All @@ -24,15 +24,8 @@ permissions: read-all
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
# Needed to publish results and get a badge (see publish_results below).
id-token: write
# Uncomment the permissions below if installing in a private repository.
# contents: read
# actions: read
runs-on: ubuntu-22.04
permissions: write-all

steps:
- name: "Checkout code"
Expand All @@ -58,7 +51,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 26e69d0

Please sign in to comment.