Skip to content

Commit

Permalink
Siwtch to scanner-test CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
kylape committed Dec 7, 2023
1 parent fdad8d7 commit 6e966e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
check-generated-files:
runs-on: ubuntu-latest
container:
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .tekton/scanner-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
memory: 6Gi
limits:
memory: 6Gi
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61
script: |
#!/usr/bin/env bash
ROOT="$(workspaces.source.path)/source"
Expand Down
2 changes: 1 addition & 1 deletion .tekton/scanner-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
memory: 6Gi
limits:
memory: 6Gi
image: quay.io/stackrox-io/apollo-ci:stackrox-test-0.3.61
image: quay.io/stackrox-io/apollo-ci:scanner-test-0.3.61
script: |
#!/usr/bin/env bash
ROOT="$(workspaces.source.path)/source"
Expand Down

0 comments on commit 6e966e0

Please sign in to comment.