Skip to content

Commit

Permalink
ci: fix zap scan uri (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Jan 16, 2024
1 parent 8fd7604 commit e6ea0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Security scan for zotregistry.io'
name: 'Security scan for zotregistry.dev'
on:
schedule:
- cron: '30 1 * * *'
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: main
- name: ZAP Scan (zotregistry.io)
- name: ZAP Scan (zotregistry.dev)
uses: zaproxy/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e6ea0bf

Please sign in to comment.