chore(deps): pin dependencies (#650)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/ansible/creator-ee | pinDigest | -> `90298d8` | | registry.mgrote.net/routeros-config-export | pinDigest | -> `2a23f6a` | | zricethezav/gitleaks | pinDigest | -> `6945c62` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #650 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
parent
901a046fb2
commit
8a85d023b9
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ depends_on:
|
||||||
- gitleaks
|
- gitleaks
|
||||||
steps:
|
steps:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
image: quay.io/ansible/creator-ee
|
image: quay.io/ansible/creator-ee@sha256:90298d88bc38f057e199523b8143c2c4cf9c159547ef93cf62d8861390c5600a
|
||||||
commands:
|
commands:
|
||||||
- ansible-lint --version
|
- ansible-lint --version
|
||||||
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
steps:
|
steps:
|
||||||
gitleaks:
|
gitleaks:
|
||||||
image: zricethezav/gitleaks:latest
|
image: zricethezav/gitleaks:latest@sha256:6945c62ca019ead32bc337ab0c9fd055e98d82961765d38b7ccccc84dae95d0f
|
||||||
commands:
|
commands:
|
||||||
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
routeros-config-export:
|
routeros-config-export:
|
||||||
container_name: routeros-config-export
|
container_name: routeros-config-export
|
||||||
restart: always
|
restart: always
|
||||||
image: registry.mgrote.net/routeros-config-export:master
|
image: registry.mgrote.net/routeros-config-export:master@sha256:2a23f6ae21b55ac39a8ffe5dcb6d3441473e02c6402d68d85e90abfa1ff634cb
|
||||||
volumes:
|
volumes:
|
||||||
- ./key_rb5009:/key_rb5009:ro
|
- ./key_rb5009:/key_rb5009:ro
|
||||||
- ./key_hex:/key_hex:ro
|
- ./key_hex:/key_hex:ro
|
||||||
|
|
Loading…
Reference in a new issue