Skip to content

Commit

Permalink
Ensure fetch-vuln-feed-data runs after clone-repository
Browse files Browse the repository at this point in the history
This will hopefully fix an intermittent issue where the vuln feed zip
files disappear from the workspace before they make it to the build
step.
  • Loading branch information
kylape committed Jan 12, 2024
1 parent 198cea0 commit 144169a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .tekton/scanner-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ spec:
- name: fetch-vuln-feed-data
runAfter:
- init
- clone-repository
taskSpec:
steps:
- name: fetch-vuln-feed-data
Expand Down

0 comments on commit 144169a

Please sign in to comment.