We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290205d commit 21c3715Copy full SHA for 21c3715
template/.github/workflows/scorecard.yml.jinja
@@ -27,7 +27,7 @@ jobs:
27
{%- endraw -%}
28
{%- set github_repo_url = github_url.split("/")[-2:] -%}
29
if: (github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request') && github.repository == '{{ github_repo_url|join("/") }}'
30
-{% raw %}
+{%- raw %}
31
permissions:
32
# Needed to upload the results to code-scanning dashboard.
33
security-events: write
0 commit comments