Skip to content

Commit

Permalink
fix the reachability enrichers atom run command by removing backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 1, 2024
1 parent dc70704 commit 1868965
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/enrichers/reachability/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@ spec:
command:
- /bin/sh
- -c
- |
atom \
reachables \
-o $(workspaces.output.path)/source-code/app.atom \
-s /scratch/reachables.json \
-l $(params.enricher-reachability-programming-language) \
$(workspaces.output.path)/source-code
- atom reachables -o $(workspaces.output.path)/source-code/app.atom -s /scratch/reachables.json -l $(params.enricher-reachability-programming-language) $(workspaces.output.path)/source-code
volumeMounts:
- mountPath: /scratch
name: scratch
Expand Down

0 comments on commit 1868965

Please sign in to comment.