Skip to content

Commit

Permalink
Merge pull request #24 from Ostorlab/fix/Upgrade_go_to_new_version
Browse files Browse the repository at this point in the history
Upgrade go to new version
  • Loading branch information
3asm authored May 7, 2024
2 parents e6626a1 + 15ad4ab commit 53374a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine as scanner
FROM golang:1.22-alpine as scanner
RUN mkdir /install
WORKDIR /install
RUN apk add git
Expand Down
2 changes: 1 addition & 1 deletion ostorlab.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kind: Agent
name: trufflehog
version: 0.4.0
version: 0.4.1
description: |
This repository is an implementation of [OXO Agent](https://pypi.org/project/ostorlab/) for the [trufflehog tool] https://github.com/trufflesecurity/trufflehog by trufflesecurity.
Expand Down

0 comments on commit 53374a0

Please sign in to comment.