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 04135c0 commit 290205dCopy full SHA for 290205d
template/.github/workflows/scorecard.yml.jinja
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
# `publish_results: true` only works when run from the default branch. conditional can be removed if disabled.
27
{%- endraw -%}
28
-{% set github_repo_url = github_url.split("/")[-2:] %}
+{%- 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 %}
31
permissions:
@@ -81,4 +81,4 @@ jobs:
81
uses: github/codeql-action/upload-sarif@97a2bfd2a3d26d458da69e548f7f859d6fca634d # v3.28.15
82
with:
83
sarif_file: results.sarif
84
-{%- endraw -%}
+{%- endraw %}
0 commit comments