Skip to content

Commit

Permalink
Fix: Failing Build on scan-app Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jremes-ho committed Jun 21, 2024
1 parent ac48162 commit bf86fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/scan-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- name: ZAP Scan (baseline)
if: inputs.smoke
uses: zaproxy/action-baseline@v0.7.0
uses: zaproxy/action-baseline@v0.12.0
with:
token: ${{ inputs.token }}
target: ${{ steps.info.outputs.target }}
Expand All @@ -49,7 +49,7 @@ runs:

- name: ZAP Scan (full)
if: ${{ !inputs.smoke }}
uses: zaproxy/action-full-scan@v0.4.0
uses: zaproxy/action-full-scan@v0.10.0
with:
token: ${{ inputs.token }}
target: ${{ steps.info.outputs.target }}
Expand Down

1 comment on commit bf86fda

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.