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 ddba857 commit 60a0b90Copy full SHA for 60a0b90
.github/workflows/unsafe-patterns-checker.yml
@@ -28,3 +28,13 @@ jobs:
28
with:
29
diffDoesNotContainRegex: "rm -rf"
30
skipLabels: skip-recursive-deletion-check
31
+
32
+ # Prevent bad URL suffix
33
+ bad-url-suffix-check:
34
+ runs-on: ubuntu-latest
35
+ steps:
36
+ - name: Check PR for Disallowed URL Suffixes
37
+ uses: francesco-giordano/[email protected]
38
+ with:
39
+ diffDoesNotContainRegex: "amazonaws\\.com|amazonaws\\.com\\.cn|c2s\\.ic\\.gov|sc2s\\.sgov\\.gov"
40
+ skipLabels: skip-bad-url-suffix-check
0 commit comments