We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437460c commit 09603d1Copy full SHA for 09603d1
.github/workflows/build.yml
@@ -21,6 +21,10 @@ jobs:
21
with:
22
python-version: ${{ matrix.python-version }}
23
cache: 'pip'
24
+ - name: Security Scan (Bandit)
25
+ run: |
26
+ python -m pip install bandit
27
+ bandit -r src -ll
28
- name: Lint
29
run: |
30
make lint
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = numbers-c2pa
3
-version = 0.4.0
+version = 0.4.1
4
author = Numbers Co., Inc
5
author_email = dev@numbersprotocol.io
6
description = Numbers C2PA tool
0 commit comments