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 committed May 3, 2022
1 parent d646aab commit 6a6a5e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/scorecards-analysis.yml
@@ -1,11 +1,12 @@
name: Scorecards supply-chain security
on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '22 12 * * 4'
push:
branches: [ master ]
workflow_dispatch:
# # 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 6a6a5e1

Please sign in to comment.