Skip to content

Commit

Permalink
Init Docker Scout during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Nov 27, 2024
1 parent 3b6f05f commit 7a30c42
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ghostv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion v5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a30c42

Please sign in to comment.