-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename AJTS into Ares in the code, markdown and workflows
- Loading branch information
1 parent
059c5d9
commit 4cce2c9
Showing
8 changed files
with
55 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,9 +45,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/.m2/repository | ||
key: ajts-maven-${{ hashFiles('**/pom.xml') }} | ||
key: ares-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
ajts-maven- | ||
ares-maven- | ||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). | ||
# If this step fails, then you should remove it and run the build manually (see below) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/.m2/repository | ||
key: ajts-maven-${{ hashFiles('**/pom.xml') }} | ||
key: ares-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
ajts-maven- | ||
ares-maven- | ||
- name: Test with Maven and JDK ${{ matrix.java }} | ||
run: mvn -B clean test | ||
code-style: | ||
|
@@ -46,9 +46,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/.m2/repository | ||
key: ajts-maven-${{ hashFiles('**/pom.xml') }} | ||
key: ares-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
ajts-maven- | ||
ares-maven- | ||
- name: Check code style with Maven | ||
run: mvn -B spotless:check | ||
sonar-scanner: | ||
|
@@ -68,9 +68,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/.m2/repository | ||
key: ajts-maven-${{ hashFiles('**/pom.xml') }} | ||
key: ares-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
ajts-maven- | ||
ares-maven- | ||
- name: Run SonarScanner for SonarCloud | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -90,9 +90,9 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ~/.m2/repository | ||
key: ajts-maven-${{ hashFiles('**/pom.xml') }} | ||
key: ares-maven-${{ hashFiles('**/pom.xml') }} | ||
restore-keys: | | ||
ajts-maven- | ||
ares-maven- | ||
- name: Build and Deploy with Maven | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# AJTS Security Policy | ||
# Ares Security Policy | ||
|
||
## Supported Versions | ||
|
||
Currently, the only supported AJTS version is whatever the current one is (as shown in the [README](https://github.com/ls1intum/artemis-java-test-sandbox/blob/master/README.md)). | ||
Currently, the only supported Ares version is whatever the current one is (as shown in the [README](https://github.com/ls1intum/artemis-java-test-sandbox/blob/master/README.md)). | ||
See the [Wiki](https://github.com/MaisiKoleni/artemis-java-test-sandbox/wiki) for the changes and how to adjust your tests to them. | ||
|
||
## Reporting a Vulnerability | ||
|
@@ -12,7 +12,7 @@ simply report it as a bug and [use the bug report template for that](https://git | |
|
||
If what you discovered could be used maliciously or is in another way an actual security vulnerability, please do not make the issue public, but follow these steps: | ||
- similar to a bug report, collect information how it can be reproduced | ||
- state the system and the versions that are used, especially your AJTS-Version. | ||
- state the system and the versions that are used, especially your Ares-Version. | ||
- provide additional information and context, if possible | ||
- write that in an email to [email protected] (if you wish to use PGP, the fingerprint for the email address is `80703280C4ACE4256AABFF825E2C13E54FFC3F2A`) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.