Skip to content

Commit

Permalink
testing scanning action
Browse files Browse the repository at this point in the history
  • Loading branch information
cuotos committed Apr 15, 2024
1 parent 6183349 commit 720616e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ jobs:
go-version: ">= 1.19.0"
- name: test
run: go test -v ./...
- name: build docker image
run: go build -o outstanding-prs . && docker build -t cuotos/outstanding-prs .
- name: Scan for vulnerabilities
uses: crazy-max/ghaction-container-scan@v3
with:
image: cuotos/outstanding-prs

0 comments on commit 720616e

Please sign in to comment.