We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1623cd0 commit 46ebb83Copy full SHA for 46ebb83
SECURITY.md
@@ -4,7 +4,10 @@
4
5
| Version | Supported |
6
| ----------------- | --------- |
7
-| 2.0.0 (Idol) | ✅ |
+| 2.2.0 | ✅ |
8
+| 2.1.1 | ✅ |
9
+| 2.1.0 (Starboy) | :x: |
10
+| 2.0.0 (Idol) | :x: |
11
| 1.2.1 | :x: |
12
| 1.2.0 (Whalefall) | :x: |
13
| 1.1.1 | :x: |
codespace-basic-setup.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -euxo pipefail
3
#fix the uuidgen command not found error
sudo apt update
0 commit comments