Skip to content

Commit 1d70d18

Browse files
committed
removed scan a dependency code, as it is already used in build image stage.
1 parent 05dd05f commit 1d70d18

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,3 @@ jobs:
105105
with:
106106
build_datetime: "${{ inputs.build_datetime }}"
107107
build_timestamp: "${{ inputs.build_timestamp }}"
108-
scan-dependencies:
109-
name: "Scan dependencies"
110-
runs-on: ubuntu-latest
111-
permissions:
112-
id-token: write
113-
contents: read
114-
timeout-minutes: 2
115-
steps:
116-
- name: "Checkout code"
117-
uses: actions/checkout@v6
118-
- name: "Scan dependencies"
119-
uses: ./.github/actions/scan-dependencies
120-
with:
121-
build_datetime: "${{ inputs.build_datetime }}"
122-
build_timestamp: "${{ inputs.build_timestamp }}"

0 commit comments

Comments
 (0)