Skip to content

Commit

Permalink
Fix Vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoLordelloFontes committed Jan 17, 2025
1 parent 09f2c21 commit 4b1eab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .2ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ ignore-result:
- 5e73b4b73bf4a59b11f37066829af01478879067 # False positive, see https://github.com/gitleaks/gitleaks/pull/1358
- 255853e2044119bf502261713e2f892265d4b5c1 # False positive, see https://github.com/gitleaks/gitleaks/pull/1358
- a324bc00bebfbd268b1b9e4cddcd095da1193cd2
- cf413577a1df23446f1916be0b6c31679f2042a8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY . .
RUN GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -a -o /app/2ms .

# Runtime image
FROM cgr.dev/chainguard/git@sha256:08704f0b6ba76925b76a01b798215a2cecfbbd0655c423085509cb5163e8ff20
FROM cgr.dev/chainguard/git@sha256:0389019d7ee820683793e0ad9d1863120d586962803d84e8d57aa003922060d2

WORKDIR /app

Expand Down

0 comments on commit 4b1eab6

Please sign in to comment.