Skip to content

Commit

Permalink
Merge branch 'main' into test/remove-copies
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed May 6, 2024
2 parents fd1d6c5 + 0fa2173 commit 47a40a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pkg/packager/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ func (p *Packager) ClearTempPaths() {
_ = os.RemoveAll(layout.SBOMDir)
}

// GetVariableConfig returns the variable configuration for the packager.
func (p *Packager) GetVariableConfig() *variables.VariableConfig {
return p.variableConfig
}

// connectToCluster attempts to connect to a cluster if a connection is not already established
func (p *Packager) connectToCluster(timeout time.Duration) (err error) {
if p.isConnectedToCluster() {
Expand Down

0 comments on commit 47a40a0

Please sign in to comment.