Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
Frank Jogeleit committed Feb 6, 2024
1 parent 2f1a0b2 commit f9237e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kyverno-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version-file: backend/go.mod
cache-dependency-path: backend/go.sum
go-version-file: plugins/kyverno/go.mod
cache-dependency-path: plugins/kyverno/go.sum

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with:
go-version-file: backend/go.mod
cache-dependency-path: backend/go.sum
go-version-file: plugins/trivy/go.mod
cache-dependency-path: plugins/trivy/go.sum

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
Expand Down

0 comments on commit f9237e2

Please sign in to comment.