Skip to content
Snippets Groups Projects
Commit 8da6a8eb authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

Merge branch '361-review-marco' into 'main'

refactor: make script names match their content (planning#361)

See merge request !11
parents c082ac1c f3dcf752
No related branches found
No related tags found
1 merge request!11refactor: make script names match their content (planning#361)
File moved
......@@ -42,7 +42,7 @@ self-signed:
script:
- poetry run python3 createSelfSignedJwks.py
- poetry run python3 pkcs12ToJwk.py --help
- poetry run pytest testPkcs12.py
- poetry run pytest testPkcs12ToJwk.py
verify-java:
stage: lint
......@@ -67,4 +67,4 @@ verify-dotnet:
before_script:
- cd dotnet
script:
- ./run.sh
\ No newline at end of file
- ./run.sh
......@@ -11,7 +11,7 @@ import pathlib
import random
import sys
import os
import verificationTool as verify
import certificateValidation as verify
from OpenSSL import crypto as openssl_crypto
from cryptography.hazmat.primitives.serialization import pkcs12
from jwcrypto import jwk
......
......@@ -7,7 +7,7 @@ import random
import tempfile
import pytest
import verificationTool as verify
import certificateValidation as verify
from OpenSSL import crypto as openssl_crypto
import pkcs12ToJwk as pkcs
from pkcs12ToJwk import KeyLengthError
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment