Skip to content

Commit e9813ac

Browse files
authored
CM-24003 - Run Cimon in "prevent" mode for build_executable workflow (#123)
1 parent 9587f87 commit e9813ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_executable.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
with:
2626
client-id: ${{ secrets.CIMON_CLIENT_ID }}
2727
secret: ${{ secrets.CIMON_SECRET }}
28+
fail-on-error: true
29+
prevent: true
30+
allowed-hosts: >
31+
files.pythonhosted.org
32+
install.python-poetry.org
33+
pypi.org
2834
2935
- name: Checkout repository
3036
uses: actions/checkout@v3

0 commit comments

Comments
 (0)