Skip to content

Commit

Permalink
docs: use markdown for SECURITY.md because Github doesn't support Asc…
Browse files Browse the repository at this point in the history
…iidoc
  • Loading branch information
gotson committed May 12, 2023
1 parent 0053e60 commit 00e9c3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ jobs:
mvn --no-transfer-progress versions:set -DremoveSnapshot -DgenerateBackupPoms=false
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" | tee -a $GITHUB_ENV
sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ env.RELEASE_VERSION }}/g" README.adoc
sed -i -e "s/^\:sqlite-version\:\ .*/:sqlite-version: $(sed "s/^.*=//" VERSION)/g" SECURITY.adoc
# The sonatype maven plugin will decide the right destination depending on whether the project is SNAPSHOT or not
- name: Publish to Apache Maven Central
run: mvn --batch-mode --no-transfer-progress deploy -P release -DskipTests
Expand Down
15 changes: 0 additions & 15 deletions SECURITY.adoc

This file was deleted.

12 changes: 12 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security Policy

## Supported Versions

| Version | Supported |
|-------------------|--------------------|
| Latest version | :white_check_mark: |
| Any other version | :x: |

## Reporting a Vulnerability

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 comments on commit 00e9c3f

Please sign in to comment.