Skip to content

Commit

Permalink
fix: add tag resolution for jobs missing it (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaravel authored Jul 17, 2024
1 parent 706d17d commit a174835
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ jobs:

- uses: ./.github/actions/job-preamble

- uses: ./.github/actions/handle-tagged-build

- uses: actions/download-artifact@v4
with:
name: vuln-dump
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci/jobs/upload-dumps-for-downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ upload_dumps_for_downstream() {
die "Unsupported"
fi

info "Using scanner_version: $scanner_version"

destination="gs://definitions.stackrox.io/scanner-data/${scanner_version}/"

info "Uploading dumps"
Expand Down

0 comments on commit a174835

Please sign in to comment.