Skip to content

Commit

Permalink
Merge pull request #190 from lacework/simplify-documentation
Browse files Browse the repository at this point in the history
Minor improvement of the documentation
  • Loading branch information
jeremydubreil authored Jul 2, 2024
2 parents a6f022b + e971e6a commit fd246f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ Before attempting to run this action, you should add three secrets `LW_ACCOUNT_N

### On pull requests

To run an analysis on PRs that highlights new alerts, create a file called `.github/workflows/code-analysis-pr.yml` with this content:
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:

```yaml
on:
pull_request:
branches: [main]
- pull_request

permissions:
contents: read
Expand Down Expand Up @@ -63,7 +62,7 @@ jobs:
### On push
To run an analysis on pushes that logs alerts, create a file called `.github/workflows/code-analysis-push.yml` with this content:
To run an analysis on pushes that logs alerts, create a file called `.github/workflows/lacework-code-security-push.yml` with this content:

```yaml
on:
Expand Down

0 comments on commit fd246f2

Please sign in to comment.