Skip to content

Commit 7f5cc99

Browse files
committed
Change the location of scanner v2 Konflux scripts
This is paired with stackrox/scanner#1742 The idea is to unify determine-image-tag tasks for scanner and collector after that.
1 parent f1bd084 commit 7f5cc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/fetch-scanner-v2-data-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
set -euo pipefail
5757
dnf -y upgrade --nobest
5858
dnf -y install git
59-
scripts/konflux/fetch-scanner-data.sh "$(params.target-dir)" "$@"
59+
.konflux/scripts/fetch-scanner-data.sh "$(params.target-dir)" "$@"
6060
# Blobs for tagged builds are built on GHA in https://github.com/stackrox/scanner.
6161
# If the task times out, look there to debug.
6262
timeout: 1h30m

0 commit comments

Comments
 (0)