Skip to content

Commit

Permalink
fixed the trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Mar 30, 2024
1 parent 3d29f5c commit a49a5c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/scan-vulnerability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
contents: read # Allows reading the repo contents
pull-requests: read


steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -34,8 +33,6 @@ jobs:
uds run vuln-check:grype-scan-sbom
- name: Upload SARIF files
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@v3
with:
# Specify the directory containing SARIF files if multiple files need to be uploaded
# Note: The path is relative to the root of the repository
sarif_file: 'sarif/'

0 comments on commit a49a5c3

Please sign in to comment.