mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Add SBOM to container (#5017)
* Add sbom to docker * Enable manual release * remove dispatch
This commit is contained in:
parent
aebff26ad3
commit
f3a13fc625
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -120,6 +120,8 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
sbom: true
|
||||||
|
provenance: false
|
||||||
target: production
|
target: production
|
||||||
tags: ${{ env.docker_tags }}
|
tags: ${{ env.docker_tags }}
|
||||||
build-args: |
|
build-args: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user