Compare commits

..

No commits in common. "4e6f28f38595d18813b4c6ea40d4516c9f404558" and "756c939d8680e3db3705c99be91bff9895b74517" have entirely different histories.

3 changed files with 6 additions and 11 deletions

View File

@ -30,9 +30,3 @@ volumes:
- name: dockersock
host:
path: /var/run/docker.sock
trigger:
branch:
- master
event:
- push

View File

@ -1,8 +1,9 @@
FROM node:22.12.0-alpine3.19
FROM node:lts-slim
# install openssl
RUN apk update && \
apk add --no-cache openssl expect
RUN apt-get update && \
apt-get install -y --no-install-recommends openssl expect && \
rm -rf /var/cache/apk/*
# install bitwarden-cli
RUN npm install -g @bitwarden/cli

View File

@ -1,6 +1,6 @@
{
"name": "bw-export",
"version": "1.2.1",
"version": "1.2.0",
"description": "bw-export is a simple bash script that exports a raw, encrypted JSON copy of your Bitwarden vault.",
"main": "export.sh",
"scripts": {
@ -15,4 +15,4 @@
},
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
"license": "MIT"
}
}