Skip to content

Commit

Permalink
Skip scan if no tools collected
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 5, 2023
1 parent 4a823e7 commit 5737daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:

scan:
name: Scan container images
if: ${{ needs.collect_versions.outputs.tools_with_version != '[]' && needs.collect_versions.outputs.tools_with_version != '' }}
needs:
- collect_versions
permissions:
Expand Down

0 comments on commit 5737daa

Please sign in to comment.