Skip to content

Commit

Permalink
ci: test fix, missin outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 13, 2024
1 parent a260359 commit 03d64bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/attack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ inputs:
description: "run snyk"
required: false
default: false
outputs:
wapiti: ${{ steps.wapiti.outputs.wapiti }}
zap: ${{ steps.zap.outputs.zap }}
nmap: ${{ steps.nmap.outputs.nmap }}
snyk: ${{ steps.snyk.outputs.snyk }}
runs:
using: composite
steps:
Expand Down

0 comments on commit 03d64bb

Please sign in to comment.