We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25237d2 commit 44ba7b8Copy full SHA for 44ba7b8
1 file changed
.github/workflows/pipeline.yml
@@ -9,6 +9,13 @@ on:
9
workflow_dispatch: {}
10
11
jobs:
12
+ #
13
+ # Security Scan Stage
14
15
+ wiz-scan:
16
+ uses: ./.github/workflows/wiz-scan.yml
17
+ secrets: inherit
18
+
19
#
20
# Building Stage
21
@@ -50,7 +57,9 @@ jobs:
50
57
shell: pwsh
51
58
build-image:
52
59
runs-on: ubuntu-latest
53
- needs: generate-version
60
+ needs:
61
+ - generate-version
62
+ - wiz-scan
54
63
permissions:
55
64
packages: write
56
65
outputs:
0 commit comments