Skip to content

Commit 00e9c3f

Browse files
committed
docs: use markdown for SECURITY.md because Github doesn't support Asciidoc
1 parent 0053e60 commit 00e9c3f

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ jobs:
218218
mvn --no-transfer-progress versions:set -DremoveSnapshot -DgenerateBackupPoms=false
219219
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" | tee -a $GITHUB_ENV
220220
sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ env.RELEASE_VERSION }}/g" README.adoc
221-
sed -i -e "s/^\:sqlite-version\:\ .*/:sqlite-version: $(sed "s/^.*=//" VERSION)/g" SECURITY.adoc
222221
# The sonatype maven plugin will decide the right destination depending on whether the project is SNAPSHOT or not
223222
- name: Publish to Apache Maven Central
224223
run: mvn --batch-mode --no-transfer-progress deploy -P release -DskipTests

SECURITY.adoc

-15
This file was deleted.

SECURITY.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
|-------------------|--------------------|
7+
| Latest version | :white_check_mark: |
8+
| Any other version | :x: |
9+
10+
## Reporting a Vulnerability
11+
12+
See https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability

0 commit comments

Comments
 (0)