Skip to content

Commit

Permalink
Enable hermetic mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecarter94 committed Oct 25, 2024
1 parent d82466f commit 8acbc18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/tasks/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ spec:
capabilities:
add:
- SETFCAP
- NET_ADMIN
- name: sbom-syft-generate
image: registry.access.redhat.com/rh-syft-tech-preview/syft-rhel9:1.4.1@sha256:34d7065427085a31dc4949bd283c001b91794d427e1e4cdf1b21ea4faf9fee3f
workingDir: /var/workdir/source
Expand Down
7 changes: 7 additions & 0 deletions pkg/reconciler/dependencybuild/buildrecipeyaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,13 @@ func createPipelineSpec(log logr.Logger, tool string, commitTime int64, jbsConfi
StringVal: domainProxyImage,
},
},
{
Name: "HERMETIC",
Value: tektonpipeline.ParamValue{
Type: tektonpipeline.ParamTypeString,
StringVal: "true",
},
},
},
}}, ps.Tasks...)

Expand Down

0 comments on commit 8acbc18

Please sign in to comment.