From 6f7af8a51b41e7664ca1976dd40871ddc52e1dc1 Mon Sep 17 00:00:00 2001 From: Teodor-Ioan Baltoi Date: Wed, 13 May 2026 11:24:40 +0100 Subject: [PATCH] corrent naming convention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37b4db22..68c2e57f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository contains a GitHub Action for using FortiCNAPP's code security of ### Creating secrets -Before attempting to run this action, you should add three secrets `LW_ACCOUNT_NAME`, `LW_SUBACCOUNT_NAME` (When using a subaccount) `LW_API_KEY` and `LW_API_SECRET` to your GitHub repository (or, better yet, your GitHub organization so they can be shared across all your repositories). The value for these secrets can be obtained by following the instructions [here](https://docs.lacework.com/console/api-access-keys) to create an API key and then download it. +Before attempting to run this action, you should add three secrets `LW_ACCOUNT`, `LW_SUBACCOUNT` (When using a subaccount) `LW_API_KEY` and `LW_API_SECRET` to your GitHub repository (or, better yet, your GitHub organization so they can be shared across all your repositories). The value for these secrets can be obtained by following the instructions [here](https://docs.lacework.com/console/api-access-keys) to create an API key and then download it. ### Running on pull requests