Skip to content

Commit

Permalink
Reference preview tag of ods-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Sep 29, 2023
1 parent 1062537 commit 22123ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/images/Dockerfile.scan
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ COPY --from=builder /usr/local/bin/sonar /usr/local/bin/sonar
COPY --from=builder /usr/local/sonar-scanner-cli /usr/local/sonar-scanner-cli
COPY --from=builder /usr/local/cnes/cnesreport.jar /usr/local/cnes/cnesreport.jar
COPY build/images/sonar-project.properties.d /usr/local/default-sonar-project.properties.d
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/master/build/package/scripts/configure-truststore.sh /usr/local/bin/configure-truststore
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0-preview.1/build/images/scripts/configure-truststore.sh /usr/local/bin/configure-truststore

ENV PATH=/usr/local/sonar-scanner-cli/bin:$PATH

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/opendevstack/ods-pipeline-sonar
go 1.19

require (
github.com/opendevstack/ods-pipeline v0.13.3-0.20230908140043-a85ad6d67126
github.com/opendevstack/ods-pipeline v0.14.0-preview.1
github.com/tektoncd/pipeline v0.49.0
k8s.io/api v0.25.9
k8s.io/apimachinery v0.26.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ github.com/onsi/ginkgo/v2 v2.4.0 h1:+Ig9nvqgS5OBSACXNk15PLdp0U9XPYROt9CFzVdFGIs=
github.com/onsi/gomega v1.23.0 h1:/oxKu9c2HVap+F3PfKort2Hw5DEU+HGlW8n+tguWsys=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opendevstack/ods-pipeline v0.13.3-0.20230908140043-a85ad6d67126 h1:cfO+pZ2ba2OqGoWC6Xk4I1r3Hel4PR6bvpI6hfRJy9M=
github.com/opendevstack/ods-pipeline v0.13.3-0.20230908140043-a85ad6d67126/go.mod h1:CYavl3ohOoJBbiDeR+63kmq5dX0QeV0GggIHJGWimYo=
github.com/opendevstack/ods-pipeline v0.14.0-preview.1 h1:Usy5HOW2lvJqZv+SdmYe46JcsOH6VmXGRy7C/XcyovQ=
github.com/opendevstack/ods-pipeline v0.14.0-preview.1/go.mod h1:CYavl3ohOoJBbiDeR+63kmq5dX0QeV0GggIHJGWimYo=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func testMain(m *testing.M) int {
nc, cleanup, err := ttr.SetupTempNamespace(
cc,
ott.StartSonarQube(),
ott.InstallODSPipeline(),
ott.InstallODSPipeline(nil),
installSonarQubeConfigMapAndSecret(),
ttr.InstallTaskFromPath(
filepath.Join(rootPath, "build/tasks/scan.yaml"),
Expand Down

0 comments on commit 22123ff

Please sign in to comment.