Skip to content

Commit c61158c

Browse files
committed
Update snapshot workflow
Co-authored-by: Isaac
1 parent e545881 commit c61158c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/release-snapshot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "main"
77
- "demo-*"
88
- "bugbash-*"
9+
- "eval-*"
910

1011
# Confirm that snapshot builds work if this file is modified.
1112
pull_request:
@@ -97,3 +98,21 @@ jobs:
9798
files: |-
9899
dist/databricks_cli_*.zip
99100
dist/databricks_cli_*.tar.gz
101+
102+
scan:
103+
needs: goreleaser
104+
runs-on: ubuntu-latest
105+
106+
strategy:
107+
matrix:
108+
artifact:
109+
- cli_darwin_snapshot
110+
- cli_linux_snapshot
111+
- cli_windows_snapshot
112+
113+
steps:
114+
- name: Scan artifact
115+
uses: databricks/gh-action-scan@3599451f16bfeaecaf4fc7dc0853bcd6d89e9ea1
116+
with:
117+
download-artifact: ${{ matrix.artifact }}
118+
artifact-name: ${{ matrix.artifact }}

0 commit comments

Comments
 (0)