Skip to content

Commit

Permalink
doc: remove trailing space from example (#955)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Macku <jamacku@redhat.com>

Signed-off-by: Jan Macku <jamacku@redhat.com>
  • Loading branch information
jamacku committed Oct 1, 2022
1 parent e363bfc commit aa6eae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -204,7 +204,7 @@ jobs:
id-token: write
actions: read
contents: read

steps:
- name: "Checkout code"
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
Expand All @@ -223,8 +223,8 @@ jobs:
# repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}

# Publish the results for public repositories to enable scorecard badges. For more details, see
# https://github.com/ossf/scorecard-action#publishing-results.
# For private repositories, `publish_results` will automatically be set to `false`, regardless
# https://github.com/ossf/scorecard-action#publishing-results.
# For private repositories, `publish_results` will automatically be set to `false`, regardless
# of the value entered here.
publish_results: true

Expand All @@ -236,7 +236,7 @@ jobs:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
Expand Down

0 comments on commit aa6eae3

Please sign in to comment.