File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6060 with :
6161 persist-credentials : false
6262 - name : Run Zizmor scan
63- uses : open-edge-platform/anomalib/.github/actions/security/zizmor@f60dd31a53407496508aa2db3165c8e8cd121a14
63+ uses : open-edge-platform/anomalib/.github/actions/security/zizmor@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
6464 with :
6565 scan-scope : " changed"
6666 severity-level : " MEDIUM"
7676 with :
7777 persist-credentials : false
7878 - name : Run Bandit scan
79- uses : open-edge-platform/anomalib/.github/actions/security/bandit@f60dd31a53407496508aa2db3165c8e8cd121a14
79+ uses : open-edge-platform/anomalib/.github/actions/security/bandit@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
8080 with :
8181 scan-scope : " changed"
8282 severity-level : " LOW"
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ jobs:
7171 file_glob : true
7272 - name : Publish package distributions to PyPI
7373 if : ${{ steps.check-tag.outputs.match != '' }}
74- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
74+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
7575 - name : Publish package distributions to TestPyPI
7676 if : ${{ steps.check-tag.outputs.match == '' }}
77- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
77+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
7878 with :
7979 repository-url : https://test.pypi.org/legacy/
8080 verbose : true
Original file line number Diff line number Diff line change 2424 with :
2525 persist-credentials : false
2626 - name : Run Zizmor scan
27- uses : open-edge-platform/anomalib/.github/actions/security/zizmor@f60dd31a53407496508aa2db3165c8e8cd121a14
27+ uses : open-edge-platform/anomalib/.github/actions/security/zizmor@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
2828 with :
2929 scan-scope : " all"
3030 severity-level : " LOW"
4242 with :
4343 persist-credentials : false
4444 - name : Run Bandit scan
45- uses : open-edge-platform/anomalib/.github/actions/security/bandit@f60dd31a53407496508aa2db3165c8e8cd121a14
45+ uses : open-edge-platform/anomalib/.github/actions/security/bandit@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
4646 with :
4747 scan-scope : " all"
4848 severity-level : " LOW"
7272
7373 - name : Run Trivy scan
7474 id : trivy
75- uses : open-edge-platform/anomalib/.github/actions/security/trivy@f60dd31a53407496508aa2db3165c8e8cd121a14
75+ uses : open-edge-platform/anomalib/.github/actions/security/trivy@fadfedd5150eb8cd39dfb659ae9bd0eb1c06720d
7676 with :
7777 scan_type : " fs"
7878 scan-scope : all
You can’t perform that action at this time.
0 commit comments