-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from Ouranosinc/minor-adapter-twitcher-update
update adapter to twitcher 0.5.3
- Loading branch information
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters