Skip to content

Commit

Permalink
-tests scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 27, 2023
1 parent 392c6a4 commit 3310320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
docker:
needs: [scan]
if: ${{ needs.scan.outputs.result != 0 }}
# Looks strange, but 0=Vulnerabilities found
if: ${{ needs.scan.outputs.result == 0 }}
uses: ./.github/workflows/docker-release.yml
with:
version: 3.3.1.4
Expand Down

0 comments on commit 3310320

Please sign in to comment.