Remove cache push in SBOM job
This commit is contained in:
3
.github/workflows/build-and-test.yaml
vendored
3
.github/workflows/build-and-test.yaml
vendored
@@ -245,8 +245,7 @@ jobs:
|
|||||||
load: true
|
load: true
|
||||||
tags: localbuild/testimage:latest
|
tags: localbuild/testimage:latest
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
cache-from: type=gha
|
cache-from: type=gha,scope=${{ github.workflow }}:linux/amd64
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
-
|
-
|
||||||
name: Generate SBOM and upload dependency results
|
name: Generate SBOM and upload dependency results
|
||||||
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
|
uses: anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
|
||||||
|
|||||||
Reference in New Issue
Block a user