Skip to content

Commit d0ce92f

Browse files
authored
Merge pull request #21 from zkoppert/prebuilt-docker
Use prebuilt docker image
2 parents 2fbb69c + a831f26 commit d0ce92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'zkoppert'
44
description: 'A GitHub Action to check for new repositories and open pull requests in the new repositories for code scanning.'
55
runs:
66
using: 'docker'
7-
image: 'Dockerfile'
7+
image: 'docker://ghcr.io/zkoppert/advanced-security-enforcer:v1'
88
branding:
99
icon: 'check-square'
1010
color: 'white'

0 commit comments

Comments
 (0)