Skip to content

Commit

Permalink
Merge pull request #256 from Ouranosinc/minor-adapter-twitcher-update
Browse files Browse the repository at this point in the history
update adapter to twitcher 0.5.3
  • Loading branch information
fmigneault authored Feb 20, 2020
2 parents 9f31c95 + 0eec266 commit 279ce78
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,15 @@ jobs:
# @todo command is failing
#- run: gitleaks -v --exclude-forks --redact --threads=1 --branch=$GITHUB_REF --repo-path=$GITHUB_WORKSPACE

- uses: eshork/[email protected]
- uses: CySeq/gitcret@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# FIXME: revert to original repo when (if) they ever consider the fix
# https://github.com/eshork/gitleaks-action/pull/4
# https://github.com/eshork/gitleaks-action/issues/3
- uses: fmigneault/gitleaks-action@master
#- uses: eshork/[email protected]

# NOTE:
# does the same as gitleaks-action, but over the whole git history + posts found problem on issue/PR comments
# disable as it causes old (fixed) problems to be detected
#- uses: CySeq/gitcret@v2
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile.adapter
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker run will need to override ini file with mounted volume
# using config 'twitcher.adapter = magpie.adapter.MagpieAdapter'
#
FROM birdhouse/twitcher:v0.5.2
FROM birdhouse/twitcher:v0.5.3
LABEL Description="Configures MagpieAdapter on top of Twitcher application."
LABEL Maintainer="Francis Charette-Migneault <[email protected]>"
LABEL Vendor="CRIM"
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ History
Unreleased
---------------------

Features / Changes
~~~~~~~~~~~~~~~~~~~~~
* Update adapter docker image reference to ``birdhouse/twitcher:v0.5.3``.

1.9.0 (2020-01-29)
---------------------

Expand Down

0 comments on commit 279ce78

Please sign in to comment.