Skip to content

Commit

Permalink
Change the location of scanner v2 Konflux scripts
Browse files Browse the repository at this point in the history
This is paired with stackrox/scanner#1742

The idea is to unify determine-image-tag tasks for scanner and
collector after that.
  • Loading branch information
msugakov committed Dec 13, 2024
1 parent 3481e95 commit 9d1e6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/fetch-scanner-v2-data-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
set -euo pipefail
dnf -y upgrade --nobest
dnf -y install git
scripts/konflux/fetch-scanner-data.sh "$(params.target-dir)" "$@"
.konflux/scripts/fetch-scanner-data.sh "$(params.target-dir)" "$@"
# Blobs for tagged builds are built on GHA in https://github.com/stackrox/scanner.
# If the task times out, look there to debug.
timeout: 1h30m
Expand Down

0 comments on commit 9d1e6c9

Please sign in to comment.