Skip to content

Commit

Permalink
OWASP ZAPの実行方法を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikri committed Sep 4, 2024
1 parent 51abaa3 commit 0793080
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/zaproxy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: OWASP ZAP

# このGitHub Actionsワークフローは手動でトリガー可能です。
# 手動で実行するには、以下の手順に従ってください:
# 1. GitHubリポジトリの「Actions」タブに移動します。
# 2. 「OWASP ZAP」ワークフローを選択します。
# 3. 「Run workflow」ボタンをクリックします。
# 4. 必要に応じて、表示される入力フォームでパラメータを指定し、「Run workflow」を再度クリックして実行します。
on:
workflow_dispatch:

Expand Down

0 comments on commit 0793080

Please sign in to comment.