From a49a5c37007723b26a91c88b7439783592ad845f Mon Sep 17 00:00:00 2001 From: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Date: Sat, 30 Mar 2024 12:23:05 -0500 Subject: [PATCH] fixed the trailing spaces Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> --- .github/workflows/scan-vulnerability.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/scan-vulnerability.yaml b/.github/workflows/scan-vulnerability.yaml index 28b2dfaf..d9de32d2 100644 --- a/.github/workflows/scan-vulnerability.yaml +++ b/.github/workflows/scan-vulnerability.yaml @@ -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 @@ -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/'