Skip to content

Commit 9378988

Browse files
committed
update ds
1 parent bdbd634 commit 9378988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ To debug the action locally you need to ensure you have `npm` and `act` installe
8484
2. Run act: Use the act command to run the workflow:
8585
`act workflow_dispatch --secret-file .secrets`
8686
87-
Want to help improve this project? See the [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/main/CONTRIBUTING.md) to get started.
87+
Want to help improve this project? See the [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md) to get started.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lightning-flow-scanner-ga",
33
"version": "1.3.0",
4-
"description": "A GitHub Action designed to proactively enforce secure and maintainable Salesforce Flows. It detects unsafe running contexts, hardcoded IDs, unhandled nulls, inefficient database operations and more, helping teams ensure their automations are safe and reliable.",
4+
"description": "A GitHub Action for automated static analysis and optimization of Flows in Pull Requests. Scans metadata for 20+ issues such as hardcoded IDs, unsafe contexts, inefficient SOQL/DML operations, recursion risks, and missing fault handling. ",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "ncc build src/action.js -o dist --source-map",

0 commit comments

Comments
 (0)