Skip to content

Commit

Permalink
Scan QR-code from v4l device and measure it into a PCR
Browse files Browse the repository at this point in the history
  • Loading branch information
brandsimon committed Jan 6, 2024
1 parent 7946d6d commit 1469a07
Show file tree
Hide file tree
Showing 10 changed files with 1,626 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- run: shellcheck usr/lib/cryptographic_id/* usr/bin/*
usr/lib/initcpio/install/cryptographic-id
usr/lib/dracut/modules.d/90cryptographic-id/module-setup.sh
- run: dbus-run-session bash tests/run_test.sh
- run: dbus-run-session bash tests/run_test.sh -- --include-ignored
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test:
- shellcheck usr/lib/cryptographic_id/* usr/bin/*
usr/lib/initcpio/install/cryptographic-id
usr/lib/dracut/modules.d/90cryptographic-id/module-setup.sh
- dbus-run-session bash tests/run_test.sh
- dbus-run-session bash tests/run_test.sh -- --include-ignored

codespell:
image: ubuntu
Expand Down
Loading

0 comments on commit 1469a07

Please sign in to comment.