Skip to content

Commit a7caf9d

Browse files
chore(deps): lock file maintenance (#3014)
* chore(deps): lock file maintenance Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> * use semgrep action from geti-ci Signed-off-by: Barabanov <[email protected]> * fix pre-commit Signed-off-by: Barabanov <[email protected]> * update sha Signed-off-by: Barabanov <[email protected]> * remove local semgrep action Signed-off-by: Barabanov <[email protected]> * update sha Signed-off-by: Barabanov <[email protected]> * update semgrepignore Signed-off-by: Barabanov <[email protected]> --------- Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> Signed-off-by: Barabanov <[email protected]> Co-authored-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> Co-authored-by: Barabanov <[email protected]>
1 parent af52d09 commit a7caf9d

File tree

5 files changed

+1151
-1525
lines changed

5 files changed

+1151
-1525
lines changed

.github/actions/security/semgrep/README.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/actions/security/semgrep/action.yaml

Lines changed: 0 additions & 184 deletions
This file was deleted.

.github/workflows/_reusable-security-scan.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,13 @@ jobs:
9393
semgrep:
9494
if: contains(inputs.tools, 'semgrep')
9595
runs-on: ubuntu-latest
96-
container:
97-
image: returntocorp/semgrep@sha256:ee3c01c9d33a975209d6bcda050520a45366d79e2919c15baca4014e8634a9ac # v1.124.0
9896
steps:
9997
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10098
with:
10199
persist-credentials: false
100+
fetch-depth: 0
102101
- name: Run Semgrep scan
103-
uses: ./.github/actions/security/semgrep
102+
uses: open-edge-platform/geti-ci/actions/semgrep@4ec90fb54c7be053e40b9e3ecdf399cf501596ca
104103
with:
105104
scan-scope: ${{ inputs.scan-scope }}
106105
severity: ${{ inputs.severity-level }}

.semgrepignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/uv.lock

0 commit comments

Comments
 (0)