-
-
Notifications
You must be signed in to change notification settings - Fork 269
re-enable flow scanner #6262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
re-enable flow scanner #6262
Changes from all commits
d08ffd7
c93a385
8012a3f
c5493b2
b6e9532
1e2d3bf
8f22c5e
3a4457c
363f0d2
7ac1ff4
48a4f33
fdecfe8
8fe5b5d
4db54c8
d6d4995
9ed9a75
e42d750
ab2aecf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
"kubeconform": "0.7.0", | ||
"kubescape": "3.0.41", | ||
"kubeval": "0.16.1", | ||
"lightning-flow-scanner": "3.29.0", | ||
"lightning-flow-scanner-cli": "3.29.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
"lintr": "0.0.0", | ||
"ls-lint": "2.3.1", | ||
"luacheck": "1.2.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -336,6 +336,8 @@ ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1 | |
ARG GEM_RUBOCOP_RSPEC_VERSION=3.7.0 | ||
# renovate: datasource=npm depName=@salesforce/sfdx-scanner | ||
ARG SALESFORCE_SFDX_SCANNER_VERSION=4.12.0 | ||
# renovate: datasource=npm depName=lightning-flow-scanner | ||
ARG LIGHTNING_FLOW_SCANNER_VERSION=5.6.2 | ||
# renovate: datasource=pypi depName=snakemake | ||
ARG PIP_SNAKEMAKE_VERSION=9.11.6 | ||
# renovate: datasource=pypi depName=snakefmt | ||
|
@@ -1111,6 +1113,13 @@ RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/refs/tags/v${REPOS | |
# RUN sf plugins install @salesforce/sfdx-scanner@${SALESFORCE_SFDX_SCANNER_VERSION} \ | ||
# && (npm cache clean --force || true) \ | ||
# && rm -rf /root/.npm/_cacache | ||
# | ||
# lightning-flow-scanner installation | ||
|
||
&& echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \ | ||
&& (npm cache clean --force || true) \ | ||
&& rm -rf /root/.npm/_cacache \ | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Dockerfile Syntax Error in Installation CommandsThe |
||
# | ||
# scalafix installation | ||
&& ./coursier install scalafix --quiet --install-dir /usr/bin && rm -rf /root/.cache \ | ||
|
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.