Skip to content

Commit 7fc5075

Browse files
committedMar 15, 2024··
feat: golang switch
Switches the project from Python to Golang. This commit includes the following changes: - validation mode - redis caching - resource validation mode - notary: support for all TUF keys - unified "*" trustRoot option - update of cosign to 2.2.3 - custom labels (adapted from @jimonthebarn)
1 parent 8711fbc commit 7fc5075

File tree

586 files changed

+20181
-15060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

586 files changed

+20181
-15060
lines changed
 

‎.dockerignore

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# ignore Markdown files
1+
# ignore docs
22
*.md
3+
docs/
34
# ignore tests
4-
connaisseur/tests/
5-
# ignore img
6-
img/
7-
# ignore coverage files
8-
connaisseur/coverage.xml
9-
connaisseur/coverage.txt
10-
# ignore pycache
11-
connaisseur/__pycache__/
12-
# ignore venv folder
13-
venv/
5+
tests/
6+
test/
7+
# ignore tools
8+
tools/
9+
# ignore charts
10+
charts/
11+
helm/
12+
# ignore misc
13+
LICENSE
14+
Makefile
15+
mkdocs.yml
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.