Skip to content

Commit f1a4d02

Browse files
committed
prep next release [ci skip]
1 parent a7dcea3 commit f1a4d02

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
DOCKER_IMAGE: ortussolutions/commandbox
136136
BUILD_IMAGE_TAG: ${{ matrix.BUILD_IMAGE_TAG }}
137137
COMMANDBOX_VERSION: 6.2.0
138-
IMAGE_VERSION: 3.13.0
138+
IMAGE_VERSION: 3.13.1
139139
run: |
140140
# Tag Builds
141141
if [[ $GITHUB_REF == refs/tags/* ]]; then

.github/workflows/scans.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Anchore-Grype Security Scans
33
on:
44
push:
55
branches: ["main"]
6+
workflow_dispatch:
67
schedule:
78
# Run this against the default branch every Monday at 5:30AM
89
- cron: "30 5 * * 2"
@@ -51,16 +52,16 @@ jobs:
5152
load: true
5253
tags: ${{ env.DOCKER_IMAGE }}:${{ matrix.BUILD_IMAGE_TAG }}
5354

54-
- name: Scan image
55-
uses: anchore/scan-action@v3
56-
id: imagescan
55+
- name: Scan generated packages
56+
uses: anchore/scan-action@v6
57+
id: securityscan
5758
with:
5859
image: ${{ env.DOCKER_IMAGE }}:${{ matrix.BUILD_IMAGE_TAG }}
59-
acs-report-enable: "true"
60-
fail-build: false
60+
severity-cutoff: "high"
61+
by-cve: "true"
6162

6263
- name: Upload Anchore Report
63-
uses: github/codeql-action/upload-sarif@v2
64+
uses: github/codeql-action/upload-sarif@v4
6465
with:
65-
sarif_file: ${{ steps.imagescan.outputs.sarif }}
66-
category: ${{ matrix.BUILD_IMAGE_TAG }}
66+
sarif_file: ${{ steps.securityscan.outputs.sarif }}
67+
category: "BoxLang-Runtime-${{ github.env.BRANCH }}"

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
----
9+
## [Unreleased]
10+
11+
912
## [6.2.0/3.13.0] - 2025-04-10
1013

1114
### Changed

0 commit comments

Comments
 (0)