Skip to content

Commit 4001e32

Browse files
fix trivy scan step
1 parent 6a7efa3 commit 4001e32

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
needs: detect-terraform-changes
7373
if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
7474
permissions:
75-
contents: write
75+
contents: write
7676
steps:
7777
- name: "Checkout code"
7878
uses: actions/checkout@v5
@@ -157,8 +157,6 @@ jobs:
157157
uses: actions/checkout@v5
158158
- name: "Setup ASDF"
159159
uses: asdf-vm/actions/setup@v4
160-
- name: "Perform Setup"
161-
uses: ./.github/actions/setup
162160
- name: "Trivy Scan"
163161
uses: ./.github/actions/trivy
164162
count-lines-of-code:
@@ -281,7 +279,7 @@ jobs:
281279
uses: actions/setup-node@v4
282280
with:
283281
node-version: ${{ inputs.nodejs_version }}
284-
registry-url: 'https://npm.pkg.github.com'
282+
registry-url: "https://npm.pkg.github.com"
285283

286284
- name: check if local version differs from latest published version
287285
id: check-version

0 commit comments

Comments
 (0)