Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Feb 29, 2024
1 parent 894ae6c commit 599bb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
R -q -e '
rbind(c("|-", "-|"),
installed.packages()[, c("Package", "Version")]) |>
write.table(file = "~/r-pkg-list.csv", row.names = FALSE, quote = FALSE, sep="|")'
cat r-pkg-list.csv >> $GITHUB_STEP_SUMMARY
write.table(file = "/r-pkg-list.csv", row.names = FALSE, quote = FALSE, sep="|")'
cat /r-pkg-list.csv >> $GITHUB_STEP_SUMMARY
- name: Run Trivy vulnerability scanner ☢️
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 599bb41

Please sign in to comment.