Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Jan 6, 2025
1 parent c69ab76 commit 77c79f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-scan-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
- run: docker build . -t ${{ github.sha }}
- uses: Azure/container-scan@v0
with:
Expand Down

0 comments on commit 77c79f2

Please sign in to comment.