Closed patrickwyler closed 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
The new version is now tagged and released to marketplace.
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: