Add file, makefile package and update gitleaks-pre-commit-hook
All checks were successful
release / release-default (push) Successful in 1h10m8s
All checks were successful
release / release-default (push) Successful in 1h10m8s
This commit is contained in:
parent
d860675d68
commit
06eb068dbf
@ -9,7 +9,7 @@ repos:
|
|||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: detect-private-key
|
- id: detect-private-key
|
||||||
- repo: https://git.fridu.us/heckyel/gitleaks-pre-commit-hook
|
- repo: https://git.fridu.us/heckyel/gitleaks-pre-commit-hook
|
||||||
rev: v1.0.0
|
rev: v1.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: gitleaks-template-report
|
- id: gitleaks-template-report
|
||||||
args: ["--template=leet", "--format=html", "--redact"]
|
args: ["--template=leet", "--format=html", "--redact"]
|
||||||
|
@ -32,6 +32,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install --no-install-reco
|
|||||||
default-jre \
|
default-jre \
|
||||||
doas \
|
doas \
|
||||||
dumb-init \
|
dumb-init \
|
||||||
|
file \
|
||||||
fuse3 \
|
fuse3 \
|
||||||
git \
|
git \
|
||||||
gnupg \
|
gnupg \
|
||||||
@ -40,6 +41,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install --no-install-reco
|
|||||||
jq \
|
jq \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
lsof \
|
lsof \
|
||||||
|
make \
|
||||||
nano \
|
nano \
|
||||||
net-tools \
|
net-tools \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user