Compare commits
1 Commits
2ac6cd8c79
...
b6084c39e5
Author | SHA1 | Date | |
---|---|---|---|
b6084c39e5 |
@ -17,12 +17,12 @@ steps:
|
||||
- name: reuse
|
||||
image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b
|
||||
- name: lint
|
||||
image: node:20.19.2-alpine@sha256:2bcb808a1c0288a2c3764c6436dc909cd434f3491bd4e7e3581a98b8d047c4d3
|
||||
image: node:20.19.2-alpine@sha256:9c0c98cabb4d6a6138fcf910cfbc1db8cd454a0071d5d63f1aee6c915e61c306
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run lint -- --no-fix
|
||||
- name: audit
|
||||
image: node:20.19.2-alpine@sha256:2bcb808a1c0288a2c3764c6436dc909cd434f3491bd4e7e3581a98b8d047c4d3
|
||||
image: node:20.19.2-alpine@sha256:9c0c98cabb4d6a6138fcf910cfbc1db8cd454a0071d5d63f1aee6c915e61c306
|
||||
commands:
|
||||
- npm install -g better-npm-audit
|
||||
- better-npm-audit audit --production --level=moderate
|
||||
@ -104,7 +104,7 @@ steps:
|
||||
- name: reuse
|
||||
image: fsfe/reuse:5.0.2-debian@sha256:7928d25ed14a1bc22758d917ebc6aecbb8bcd1a4da7aa748d7179c9011bbfb0b
|
||||
- name: lint
|
||||
image: node:20.19.2-alpine@sha256:2bcb808a1c0288a2c3764c6436dc909cd434f3491bd4e7e3581a98b8d047c4d3
|
||||
image: node:20.19.2-alpine@sha256:9c0c98cabb4d6a6138fcf910cfbc1db8cd454a0071d5d63f1aee6c915e61c306
|
||||
commands:
|
||||
- npm ci
|
||||
- npm run lint -- --no-fix
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
FROM node:20.19.2-alpine@sha256:2bcb808a1c0288a2c3764c6436dc909cd434f3491bd4e7e3581a98b8d047c4d3 as builder
|
||||
FROM node:20.19.2-alpine@sha256:9c0c98cabb4d6a6138fcf910cfbc1db8cd454a0071d5d63f1aee6c915e61c306 as builder
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user