Skip to content

Commit

Permalink
fix defsec replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin authored and simar7 committed Aug 15, 2023
1 parent 4389329 commit 008d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Replace defsec
run: |
go mod edit -replace "github.com/aquasecurity/defsec=../$DEFSEC_DIR"
go mod edit -replace "github.com/aquasecurity/defsec=../${{ env.DEFSEC_DIR }}"
- name: Install tools
uses: aquaproj/[email protected]
Expand Down

0 comments on commit 008d502

Please sign in to comment.