Skip to content

Commit ffa98f9

Browse files
authored
Merge pull request #7 from tmknom/docs/update-description-to-readme
docs: update description
2 parents 673a0c6 + dabdcd4 commit ffa98f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Run [actionlint][actionlint] in an isolated Docker container to securely lint wo
77
## Description
88

99
This action securely runs actionlint in a Docker container to lint GitHub Actions workflow files.
10-
It reduces security risks from compromised or malicious third-party tools.
10+
It reduces security risks from compromised or malicious third-party tools (e.g., compromised repositories or tampered container images).
1111
To achieve this, it enforces strict container isolation, disables network connections, and drops unnecessary privileges.
1212

1313
## Usage

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Secure actionlint
22
description: |
33
This action securely runs actionlint in a Docker container to lint GitHub Actions workflow files.
4-
It reduces security risks from compromised or malicious third-party tools.
4+
It reduces security risks from compromised or malicious third-party tools (e.g., compromised repositories or tampered container images).
55
To achieve this, it enforces strict container isolation, disables network connections, and drops unnecessary privileges.
66
77
## Usage

0 commit comments

Comments
 (0)