Skip to content

Commit 3781735

Browse files
CCM-13343: Trivy Package and Library Scans
1 parent 89b0603 commit 3781735

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ jobs:
159159
uses: actions/checkout@v4
160160
- name: "Setup ASDF"
161161
uses: asdf-vm/actions/setup@v4
162+
- name: "Repo setup"
163+
uses: ./.github/actions/node-install
164+
with:
165+
node-version: ${{ inputs.nodejs_version }}
166+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
162167
- name: "Perform Setup"
163168
uses: ./.github/actions/setup
164169
- name: "Trivy IaC Scan"
@@ -174,6 +179,11 @@ jobs:
174179
uses: actions/checkout@v4
175180
- name: "Setup ASDF"
176181
uses: asdf-vm/actions/setup@v4
182+
- name: "Repo setup"
183+
uses: ./.github/actions/node-install
184+
with:
185+
node-version: ${{ inputs.nodejs_version }}
186+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
177187
- name: "Perform Setup"
178188
uses: ./.github/actions/setup
179189
- name: "Trivy Package Scan"

0 commit comments

Comments
 (0)