Skip to content

Commit

Permalink
some more tweaks
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 Apr 1, 2024
1 parent 5466a7f commit bdb970d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scan-vulnerability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Scan for vulnerabilities
permissions:
contents: read # Allows reading the repo contents
contents: read

Check failure on line 16 in .github/workflows/scan-vulnerability.yaml

View workflow job for this annotation

GitHub Actions / Lint

16:21 [trailing-spaces] trailing spaces
pull-requests: read

steps:
Expand All @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0

- name: Environment setup
- name: Environment setup # this is required for scanning ironbank images
uses: defenseunicorns/uds-common/.github/actions/setup@e2ad99f7caba1b0d08856918db9385a431cfdbca # v0.3.3
with:
username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
Expand All @@ -33,6 +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@1b1aada464948af03b950897e5eb522f92603cc2 # v3.0.0
with:
sarif_file: 'sarif/'

0 comments on commit bdb970d

Please sign in to comment.