Skip to content

Commit

Permalink
Ruby reachables
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 13, 2025
1 parent 512cbd6 commit 42ace33
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 134 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
$CONDA/bin/conda build -c conda-forge --no-anaconda-upload --output-folder /tmp/conda-out/ .
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
continue-on-error: true
- name: Release Anaconda
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class CdxPass(atom: Cpg) extends CpgPass(atom):
compPurl
).store()(dstGraph)
atom.call.code(bpkg).receiver.isMethod.where(_.fullName(
"(routes|controller|application).*\\.rb.*"
s"((app|config)${Pattern.quote(File.separator)})?(routes|controller(s)?|model(s)?|application).*\\.rb.*"
)).parameter.newTagNode("framework-input").store()(dstGraph)
atom.call.code(bpkg).receiver.newTagNode(
s"$compType-value"
Expand Down
Loading

0 comments on commit 42ace33

Please sign in to comment.