From 5d8f4331882763588b021861ac3e42e5e93d2051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 01:51:31 +0000 Subject: [PATCH] Bump open-edge-platform/anomalib in the github-actions-dependency group Bumps the github-actions-dependency group with 1 update: [open-edge-platform/anomalib](https://github.com/open-edge-platform/anomalib). Updates `open-edge-platform/anomalib` from fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d to 90e1192dd7d420cb243a93ce17809e43f23fc36d - [Release notes](https://github.com/open-edge-platform/anomalib/releases) - [Changelog](https://github.com/open-edge-platform/anomalib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-edge-platform/anomalib/compare/fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d...90e1192dd7d420cb243a93ce17809e43f23fc36d) --- updated-dependencies: - dependency-name: open-edge-platform/anomalib dependency-version: 90e1192dd7d420cb243a93ce17809e43f23fc36d dependency-type: direct:production dependency-group: github-actions-dependency ... Signed-off-by: dependabot[bot] --- .github/workflows/pre_commit.yml | 4 ++-- .github/workflows/security-scan.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index 99476058..e6d371d6 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -60,7 +60,7 @@ jobs: with: persist-credentials: false - name: Run Zizmor scan - uses: open-edge-platform/anomalib/.github/actions/security/zizmor@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d + uses: open-edge-platform/anomalib/.github/actions/security/zizmor@90e1192dd7d420cb243a93ce17809e43f23fc36d with: scan-scope: "changed" severity-level: "MEDIUM" @@ -76,7 +76,7 @@ jobs: with: persist-credentials: false - name: Run Bandit scan - uses: open-edge-platform/anomalib/.github/actions/security/bandit@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d + uses: open-edge-platform/anomalib/.github/actions/security/bandit@90e1192dd7d420cb243a93ce17809e43f23fc36d with: scan-scope: "changed" severity-level: "LOW" diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 5b2ea46e..6630410e 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Run Zizmor scan - uses: open-edge-platform/anomalib/.github/actions/security/zizmor@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d + uses: open-edge-platform/anomalib/.github/actions/security/zizmor@90e1192dd7d420cb243a93ce17809e43f23fc36d with: scan-scope: "all" severity-level: "LOW" @@ -42,7 +42,7 @@ jobs: with: persist-credentials: false - name: Run Bandit scan - uses: open-edge-platform/anomalib/.github/actions/security/bandit@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d + uses: open-edge-platform/anomalib/.github/actions/security/bandit@90e1192dd7d420cb243a93ce17809e43f23fc36d with: scan-scope: "all" severity-level: "LOW" @@ -72,7 +72,7 @@ jobs: - name: Run Trivy scan id: trivy - uses: open-edge-platform/anomalib/.github/actions/security/trivy@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d + uses: open-edge-platform/anomalib/.github/actions/security/trivy@90e1192dd7d420cb243a93ce17809e43f23fc36d with: scan_type: "fs" scan-scope: all