Skip to content

Commit fd246f2

Browse files
Merge pull request #190 from lacework/simplify-documentation
Minor improvement of the documentation
2 parents a6f022b + e971e6a commit fd246f2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Before attempting to run this action, you should add three secrets `LW_ACCOUNT_N
1212

1313
### On pull requests
1414

15-
To run an analysis on PRs that highlights new alerts, create a file called `.github/workflows/code-analysis-pr.yml` with this content:
15+
To run an analysis on pull requests that highlights new alerts, create a file called `.github/workflows/lacework-code-security-pr.yml` with this content:
1616

1717
```yaml
1818
on:
19-
pull_request:
20-
branches: [main]
19+
- pull_request
2120

2221
permissions:
2322
contents: read
@@ -63,7 +62,7 @@ jobs:
6362
6463
### On push
6564
66-
To run an analysis on pushes that logs alerts, create a file called `.github/workflows/code-analysis-push.yml` with this content:
65+
To run an analysis on pushes that logs alerts, create a file called `.github/workflows/lacework-code-security-push.yml` with this content:
6766

6867
```yaml
6968
on:

0 commit comments

Comments
 (0)