Skip to content

Commit

Permalink
Merge pull request #10 from godaddy/release/v3.2.0
Browse files Browse the repository at this point in the history
Releasing 3.2.0 version of tartufo action
  • Loading branch information
emayuri-godaddy authored Aug 11, 2022
2 parents 17117c2 + 989bc5d commit 7e34fe7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
hooks:
- id: pylint
- repo: https://github.com/godaddy/tartufo
rev: v3.1.4
rev: v3.2.0
hooks:
- id: tartufo
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v3.2.0 - 10 August 2022
------------------------

* Update the action to use Tartufo v3.2.0

v3.1.4 - 31 May 2022
------------------------

Expand All @@ -12,4 +17,4 @@ v3.1.3 - 13 April 2022
v1.0.0 - 9 February 2022
------------------------

This is the first release of the `tartufo` action.
This is the first release of the `tartufo` action.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Container image that runs your code
# pin the version
FROM godaddy/tartufo:3.1.4
FROM godaddy/tartufo:3.2.0

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.py /entrypoint.py

# Code file to execute when the docker container starts up (`entrypoint.py`)
ENTRYPOINT ["/entrypoint.py"]
ENTRYPOINT ["/entrypoint.py"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers = ["GoDaddy <oss@godaddy.com>"]
name = "tartufo-action"
readme = "README.md"
repository = "https://github.com/godaddy/tartufo-action/"
version = "3.1.4"
version = "3.2.0"

[tool.pylint.'MESSAGES CONTROL']
# C0111: Missing docstrings
Expand Down

0 comments on commit 7e34fe7

Please sign in to comment.