We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c73a5eb + ca09cd0 commit 53f56b0Copy full SHA for 53f56b0
.github/workflows/ci.yml
@@ -106,6 +106,7 @@ jobs:
106
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
107
with:
108
go-version-file: go.mod
109
+ if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
110
- name: Run Tests
111
run: make cover
112
if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -183,6 +184,7 @@ jobs:
183
184
185
186
187
188
189
- name: Download Syft
190
uses: anchore/sbom-action/download-syft@41f7a6c033dbcdf78917f23b652c8b8146298c85 # v0.15.4
0 commit comments