Skip to content

Commit

Permalink
Release v4.0.1 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Sushant Mimani <sushantmimani@gmail.com>
  • Loading branch information
sushantmimani and Sushant Mimani authored Mar 2, 2023
1 parent 37f3389 commit c5922f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ repos:
- id: trailing-whitespace
exclude: .md
- repo: https://github.com/pycqa/pylint
rev: v2.16.0b0
rev: v2.16.2
hooks:
- id: pylint
- repo: https://github.com/godaddy/tartufo
rev: v4.0.0
rev: v4.0.1
hooks:
- id: tartufo
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.1
hooks:
- id: mypy
args: [--ignore-missing-imports, --follow-imports=silent]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
language_version: python3.7
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v4.0.1 - 1 Mar 2023
------------------------

* Update the action to use Tartufo v4.0.1

v4.0.0 - 17 January 2023
------------------------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Container image that runs your code
# pin the version
FROM godaddy/tartufo:4.0.0
FROM godaddy/tartufo:4.0.1

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.py /entrypoint.py
Expand Down
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 = "4.0.0"
version = "4.0.1"

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

0 comments on commit c5922f5

Please sign in to comment.