Skip to content

Commit

Permalink
Disable the OSSF Scorecard Action
Browse files Browse the repository at this point in the history
Without a way to supress analysis results more permanently the security
tab becomes too noisy. Either the action needs to allow an allowlist or
the GitHub UI needs to be better in permanently supressing lines.
The biggest annoyance is that each change to a action tag will trigger
a new warning, even if the same line was ignored before.

ossf/scorecard-action#143
  • Loading branch information
jonasbb authored May 3, 2022
1 parent d646aab commit 446c68d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Scorecards supply-chain security
on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '22 12 * * 4'
push:
branches: [ master ]
on: []
# # Only the default branch is supported.
# branch_protection_rule:
# schedule:
# - cron: '22 12 * * 4'
# push:
# branches: [ master ]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit 446c68d

Please sign in to comment.