Skip to content

Commit 5d8f433

Browse files
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](open-edge-platform/anomalib@fadfedd...90e1192) --- 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] <[email protected]>
1 parent e057c98 commit 5d8f433

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pre_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
persist-credentials: false
6262
- name: Run Zizmor scan
63-
uses: open-edge-platform/anomalib/.github/actions/security/zizmor@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
63+
uses: open-edge-platform/anomalib/.github/actions/security/zizmor@90e1192dd7d420cb243a93ce17809e43f23fc36d
6464
with:
6565
scan-scope: "changed"
6666
severity-level: "MEDIUM"
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
persist-credentials: false
7878
- name: Run Bandit scan
79-
uses: open-edge-platform/anomalib/.github/actions/security/bandit@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
79+
uses: open-edge-platform/anomalib/.github/actions/security/bandit@90e1192dd7d420cb243a93ce17809e43f23fc36d
8080
with:
8181
scan-scope: "changed"
8282
severity-level: "LOW"

.github/workflows/security-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Run Zizmor scan
27-
uses: open-edge-platform/anomalib/.github/actions/security/zizmor@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
27+
uses: open-edge-platform/anomalib/.github/actions/security/zizmor@90e1192dd7d420cb243a93ce17809e43f23fc36d
2828
with:
2929
scan-scope: "all"
3030
severity-level: "LOW"
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
persist-credentials: false
4444
- name: Run Bandit scan
45-
uses: open-edge-platform/anomalib/.github/actions/security/bandit@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
45+
uses: open-edge-platform/anomalib/.github/actions/security/bandit@90e1192dd7d420cb243a93ce17809e43f23fc36d
4646
with:
4747
scan-scope: "all"
4848
severity-level: "LOW"
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Run Trivy scan
7474
id: trivy
75-
uses: open-edge-platform/anomalib/.github/actions/security/trivy@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
75+
uses: open-edge-platform/anomalib/.github/actions/security/trivy@90e1192dd7d420cb243a93ce17809e43f23fc36d
7676
with:
7777
scan_type: "fs"
7878
scan-scope: all

0 commit comments

Comments
 (0)