remove image digest
This commit is contained in:
parent
a36b1bfb97
commit
e6b47dfefe
4 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ depends_on:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
image: quay.io/ansible/creator-ee@sha256:90298d88bc38f057e199523b8143c2c4cf9c159547ef93cf62d8861390c5600a
|
image: quay.io/ansible/creator-ee:v0.22.0
|
||||||
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:v8.18.2@sha256:eadfe256fa18d6a78a717abc9ed454c8e03865d1c46d627bca83977f4424901a
|
image: zricethezav/gitleaks:v8.18.2
|
||||||
commands:
|
commands:
|
||||||
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
steps:
|
steps:
|
||||||
gitleaks:
|
gitleaks:
|
||||||
image: zricethezav/gitleaks:v8.18.2@sha256:eadfe256fa18d6a78a717abc9ed454c8e03865d1c46d627bca83977f4424901a
|
image: zricethezav/gitleaks:v8.18.2
|
||||||
commands:
|
commands:
|
||||||
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
||||||
when:
|
when:
|
||||||
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
image: registry.mgrote.net/allzweckcontainer@sha256:2623b8487e29abc93fa6d65282323baed54fd8f034c5aea3be4fd71293db69bb
|
image: registry.mgrote.net/allzweckcontainer
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
find . -type f -not -path './.git/*' -not -path './collections/*' -not -path './friedhof/*' -exec file {} \; | while IFS= read -r line; do
|
find . -type f -not -path './.git/*' -not -path './collections/*' -not -path './friedhof/*' -exec file {} \; | while IFS= read -r line; do
|
||||||
|
|
|
@ -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:v1.0.116@sha256:49ae7f9746178744c7315e3164b1fd9a49e00f4fb3a0e79abbad2fb7817402ab"
|
image: "registry.mgrote.net/routeros-config-export:v1.0.116"
|
||||||
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