Skip to content

Commit

Permalink
chore(deps): update zaproxy/action-full-scan action to v0.9.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent ee22ce5 commit 70dbd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ runs:
if: steps.vars.outputs.url &&
( steps.triggers.outputs.triggered == 'true' )&&
( inputs.penetration_test == 'true' )
uses: zaproxy/action-full-scan@v0.8.0
uses: zaproxy/action-full-scan@v0.9.0
with:
allow_issue_writing: "${{ inputs.penetration_test_create_issue }}"
artifact_name: "zap_${{ inputs.name }}"
Expand Down

0 comments on commit 70dbd04

Please sign in to comment.