Skip to content

Commit

Permalink
fix: Error: Path does not exist: results.sarif
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Mudrykh committed Jul 27, 2023
1 parent 6447589 commit a0f5726
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
id: go-cache
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
#key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-

- if: steps.go-cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -62,7 +63,7 @@ jobs:
- name: Checkov Dockerfile Scan
uses: bridgecrewio/[email protected]
with:
directory: container-image-scannig
directory: container-image-scanning
framework: dockerfile

- name: Upload SARIF file
Expand Down

0 comments on commit a0f5726

Please sign in to comment.