You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_posts/2025-03-31-announcing-testinfra-action.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ social:
19
19
---
20
20
21
21
One of the key parts of [`Building Secure Images with GitHub Actions`](https://blog.wyrihaximus.net/2024/10/building-secure-images-with-github-actions/)
22
-
is unit testing the image just build. While for most of my repositories this has been some bash script in the repo that
22
+
is unit testing the image just built. While for most of my repositories this has been some bash script in the repo that
23
23
I copied to the next new repo. Always had the desire to make something more clean than that, this action is the outcome
24
24
of that desire.
25
25
@@ -47,14 +47,14 @@ Another major requirement is that it should be easy to use. This resulted in som
47
47
# Challenges
48
48
49
49
The biggest issue I had while creating this action was to keep the container running. Not because it was hard to do,
50
-
but because I head to realise it depends on each image if it keeps running after started or not. The
50
+
but because I had to realise it depends on each image if it keeps running after being started or not. The
0 commit comments