CI/CD + Docker: How do you pass arguments to the scan command? #234
Unanswered
josephtaylor
asked this question in
Q&A
Replies: 1 comment
-
My bad. Staring me right in the face here. In the configuration there's the qodana:
image:
name: jetbrains/qodana-<linter>
...
script:
- qodana <all your args go here>
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When invoking the qodana scan from CI/CD and docker, curious what the preferred strategy is for setting any of the command-line arguments to the command. For example things like:
--profile-name
,--profile-path
,--env
.Beta Was this translation helpful? Give feedback.
All reactions