Ruben Halman

Results 10 issues of Ruben Halman

https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/issues/67

**Is your feature request related to a problem? Please describe.** We do not seem to be able to connect to an enterprise github domain: XXX.github.com, since the button directly checks...

### Prerequisites - [x] I've searched in the [documentation](https://tprouvot.github.io/Salesforce-Inspector-reloaded/) and did not found anything related to the feature I'm about to request. - [x] I've read the [release note](https://github.com/tprouvot/Salesforce-Inspector-reloaded/blob/releaseCandidate/CHANGES.md) and...

enhancement

Proposed New Rule for lightning-flow-scanner-core Rule Name: RecordTriggeredWithoutFilters Description: Detects record-triggered flows that lack filters on changed fields or entry conditions, leading to unnecessary executions on every record change. This...

good first issue
new rule

The lightning-flow-scanner (sfdx) package, used for scanning Salesforce Lightning Flows, has been deprecated and unpublished from the npm registry due to a vulnerability in its core dependency, lightning-flow-scanner-core. The vulnerability,...

enhancement

Implement Lightning Flow Scanner as GitHub Action for automated analysis of Salesforce Flow in Pull Requests. Scans metadata for 20+ issues such as hardcoded IDs, unsafe contexts, inefficient SOQL/DML operations,...

Tackles #1685 A few notes on the implementation: - this action handles deltas automatically and is therefore implemented before the step: `Create delta packages for new, modified or deleted metadata`...

Hi @VinceFINET . I hope you might still consider integrating Flow-Scanner into OrgCheck. Totally understand this is not a priority. However, I'd still like to understand how scoring works and...

### Summary Hi @pozil , I’d like to propose a small but impactful enhancement: integrating a GitHub Action to scan Flow metadata using [Lightning Flow Scanner (LFS)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner). ### Why This...