Compare commits
No commits in common. "e55dce9e43600cb7441c18f6629a3093c8cde878" and "939c70e7df93bf6a97288e4b6035717b864998ad" have entirely different histories.
e55dce9e43
...
939c70e7df
2
.github/workflows/codacy.yml
vendored
2
.github/workflows/codacy.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
|
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
|
||||||
- name: Run Codacy Analysis CLI
|
- name: Run Codacy Analysis CLI
|
||||||
uses: codacy/codacy-analysis-cli-action@db33ad5cfab49143adf0db6e890cf4bb9fb37b1c
|
uses: codacy/codacy-analysis-cli-action@9acc82f5c4d097d191a50b89b4a447207d280b14
|
||||||
with:
|
with:
|
||||||
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
|
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
|
||||||
# You can also omit the token and run the tools that support default configurations
|
# You can also omit the token and run the tools that support default configurations
|
||||||
|
@ -2,7 +2,7 @@ FROM cubetiq/calpine-node:slim
|
|||||||
LABEL maintainer="sombochea@cubetiqs.com"
|
LABEL maintainer="sombochea@cubetiqs.com"
|
||||||
|
|
||||||
# Install PNPM
|
# Install PNPM
|
||||||
ARG PNPM_VERSION=8.1.0
|
ARG PNPM_VERSION=7.30.0
|
||||||
ENV PNPM_HOME=/root/.local/share/pnpm
|
ENV PNPM_HOME=/root/.local/share/pnpm
|
||||||
ENV PATH=$PATH:$PNPM_HOME
|
ENV PATH=$PATH:$PNPM_HOME
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- CUBETIQ Alpine OS Linux (Latest)
|
- CUBETIQ Alpine OS Linux (Latest)
|
||||||
- Nodejs 16 (16.19.0)
|
- Nodejs 16 (16.19.0)
|
||||||
- PNPM 8 (8.1.0)
|
- PNPM 7 (7.30.0)
|
||||||
|
|
||||||
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
|
# [Docker Hub](https://hub.docker.com/r/cubetiq/calpine-node)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user