Skip to content

Commit

Permalink
Merge pull request #744 from DependencyTrack/run-e2e-against-snapshots
Browse files Browse the repository at this point in the history
Run e2e tests against `snapshot` tags
  • Loading branch information
nscuro authored Aug 11, 2023
2 parents 097f2d0 + 0a8d5a1 commit 30eed02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/src/test/java/org/hyades/e2e/AbstractE2ET.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public class AbstractE2ET {
protected static String POSTGRES_IMAGE = "postgres:15-alpine";
protected static String REDPANDA_IMAGE = "docker.redpanda.com/vectorized/redpanda:v23.2.2";
protected static String API_SERVER_IMAGE = "ghcr.io/dependencytrack/hyades-apiserver:snapshot";
protected static String NOTIFICATION_PUBLISHER_IMAGE = "ghcr.io/dependencytrack/hyades-notification-publisher:latest";
protected static String REPO_META_ANALYZER_IMAGE = "ghcr.io/dependencytrack/hyades-repository-meta-analyzer:latest";
protected static String VULN_ANALYZER_IMAGE = "ghcr.io/dependencytrack/hyades-vulnerability-analyzer:latest";
protected static String NOTIFICATION_PUBLISHER_IMAGE = "ghcr.io/dependencytrack/hyades-notification-publisher:snapshot";
protected static String REPO_META_ANALYZER_IMAGE = "ghcr.io/dependencytrack/hyades-repository-meta-analyzer:snapshot";
protected static String VULN_ANALYZER_IMAGE = "ghcr.io/dependencytrack/hyades-vulnerability-analyzer:snapshot";

protected Logger logger;
private Network internalNetwork;
Expand Down

0 comments on commit 30eed02

Please sign in to comment.