Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 0f0a637

Browse files
committed
add security scanning on pr
1 parent 3d13639 commit 0f0a637

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/anchore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ name: Anchore Container Scan
1414
on:
1515
push:
1616
branches: [ main ]
17+
pull_request:
18+
branches: [ main ]
1719
schedule:
1820
- cron: '45 5 * * 1'
1921

0 commit comments

Comments
 (0)