Skip to content

Commit

Permalink
Refactor workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Feb 28, 2024
1 parent 47edf45 commit 93a4d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tech_radar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
# Load all the dependencies data
for name in $repository_names; do
echo -e ".$name."
# Get the list of dependencies by package manager
dependencies=$(
gh api \
gh api -v \
-H 'Accept: application/vnd.github+json' \
-H 'X-GitHub-Api-Version: 2022-11-28' \
/repos/$name/dependency-graph/sbom \
Expand Down

0 comments on commit 93a4d9d

Please sign in to comment.