We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6b64c commit 4923bfdCopy full SHA for 4923bfd
.github/workflows/scan.yml
@@ -78,6 +78,7 @@ jobs:
78
- name: Run ros_license_toolkit for each Package
79
shell: bash
80
run: |
81
+ git config --global --add safe.directory /__w/scenario-execution/scenario-execution
82
find . -name "package.xml" | while IFS= read -r pkg_file; do
83
pkg_dir=$(dirname "$pkg_file")
84
pkg_name=$(basename "$pkg_dir")
0 commit comments