Skip to content

Commit

Permalink
Merge pull request #21 from zkoppert/prebuilt-docker
Browse files Browse the repository at this point in the history
Use prebuilt docker image
  • Loading branch information
zkoppert authored Oct 23, 2021
2 parents 2fbb69c + a831f26 commit d0ce92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'zkoppert'
description: 'A GitHub Action to check for new repositories and open pull requests in the new repositories for code scanning.'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/zkoppert/advanced-security-enforcer:v1'
branding:
icon: 'check-square'
color: 'white'

0 comments on commit d0ce92f

Please sign in to comment.