Skip to content

Commit 8630c33

Browse files
Update BSI Token Sunset Year (#87)
* Set up CI with Azure Pipelines [skip ci] * Updated BSI Token Sunset Year * Delete azure-pipelines.yml
1 parent 3ae9c9e commit 8630c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/fortify/fod/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static void main(String[] args) {
7575

7676
// Both bsiToken and ReleaseId are not provided - Exit
7777
if (fc.bsiToken == null && fc.releaseId == 0) {
78-
System.out.println("Release ID or BSI token should be required. The Release ID is HIGHLY recommended for CI usage as the BSI token is being sunset in 2020");
78+
System.out.println("Release ID or BSI token should be required. The Release ID is HIGHLY recommended for CI usage as the BSI token is being sunset in 2021");
7979
System.exit(1);
8080
}
8181

0 commit comments

Comments
 (0)