zaproxy / action-full-scan

A GitHub Action for running the ZAP Full scan
Apache License 2.0
280 stars 53 forks source link

Current version is missing the fail_action param #12

Closed patrickwyler closed 4 years ago

patrickwyler commented 4 years ago

Hi Could you create a new version tag? The current version v.1.0 is missing the _failaction param which is described in the readme.

May the readme example could be expanded also with all options:

      - name: ZAP Scan
        uses: zaproxy/action-full-scan@v0.1.0
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          docker_name: 'owasp/zap2docker-stable'
          target: 'https://www.zaproxy.org/'
          rules_file_name: '.zap/rules.tsv'
          cmd_options: '-a'
          fail_action: true
thc202 commented 4 years ago

The new version is now tagged and released to marketplace.