Skip to content

Commit 8f921ed

Browse files
Add Actions Scan Message
1 parent c867c6b commit 8f921ed

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ActionsSecurity.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# New Security Check for GitHub Actions in Public Repositories
2+
3+
To improve the security posture of GitHub Actions, mitigate PWN request vulnerabilities, and other high-severity CI/CD issues, we are introducing an automated security scan for GitHub Actions for all Alphabet-owned public repositories. This scan will run as a new check on Pull Requests.
4+
5+
## What's changing?
6+
7+
The workflow triggers on Pull Requests affecting `.github/workflows` or `actions` directories to parse for vulnerabilities.
8+
9+
## Impact on Your Pull Requests
10+
11+
You will notice a new status check appearing on your Pull Requests in Alphabet-owned public repositories. This check will **NOT** block merging your Pull Request, even if it doesn't run or fails.
12+
13+
## Understanding Statuses:
14+
15+
* **Not Run:** For PRs created before implementation of the rule, the check might appear as not run. You can still merge.
16+
17+
* **Failing:** A failed status indicates potential security issues were found. You can still merge, though caution should be taken to ensure that the potential security issues found are mitigated.
18+
19+
## No Required Action
20+
21+
You do not need to take any special action to merge your PRs.

0 commit comments

Comments
 (0)