diff --git a/.env b/.env index c4a46f94..ebc5b352 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ APP_NAME="ghostfire" GITHUB_USER="firepress-org" -APP_VERSION="5.100.1" +APP_VERSION="5.101.0" ### function options CFG_USE_GPG_SIGNATURE="false" diff --git a/.github/workflows/ghostv5.yml b/.github/workflows/ghostv5.yml index 1f63da75..5829454d 100644 --- a/.github/workflows/ghostv5.yml +++ b/.github/workflows/ghostv5.yml @@ -226,6 +226,18 @@ jobs: - name: Checkpoint | image ls run: docker image ls + - name: Docker Scout Edge + id: docker-scout-edge + uses: docker/scout-action@v1 + with: + command: compare + image: node:18.20.5-alpine3.20 + to: ${{ needs.myvars.outputs.TAG_DKR_BRANCH_NAME }} + ignore-unchanged: true + only-severities: critical,high,medium,low + write-comment: true + github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment + build_stable: needs: [myvars] if: github.ref_type == 'tag' diff --git a/v5/Dockerfile b/v5/Dockerfile index bc78ab71..ac0aa949 100755 --- a/v5/Dockerfile +++ b/v5/Dockerfile @@ -4,7 +4,7 @@ # 1a) ENV variables (core for all our projects at FirePress) # ---------------------------------------------- ARG APP_NAME="ghostfire" -ARG VERSION="5.100.1" +ARG VERSION="5.101.0" ARG GITHUB_USER="firepress-org" ARG DEFAULT_BRANCH="master"