Skip to content

Commit 22dcea6

Browse files
authored
Merge pull request #243 from CSSSR/feat/COM-3415
Feat: COM-3415
2 parents 21d3e92 + d7e3e15 commit 22dcea6

11 files changed

Lines changed: 5490 additions & 7249 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
time: "08:00"
8+
timezone: "Europe/Moscow"
9+
open-pull-requests-limit: 10
10+
target-branch: "dependabot-update"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 'CodeQL'
2+
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [master]
9+
schedule:
10+
- cron: '40 3 * * 5'
11+
12+
jobs:
13+
analyze:
14+
name: Analyze
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- name: Checkout repository
19+
uses: actions/checkout@v2
20+
21+
- name: Initialize CodeQL
22+
uses: github/codeql-action/init@v1
23+
with:
24+
languages: typescript
25+
26+
- name: Perform CodeQL Analysis
27+
uses: github/codeql-action/analyze@v1

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
- name: Install dependencies
2525
working-directory: csssr_images
26-
run: npm ci
26+
run: yarn install --frozen-lockfile
2727

2828
- name: Build
2929
working-directory: csssr_images
30-
run: npm run build-example
30+
run: yarn run build-example
3131
env:
3232
HOST: http://master.csssr-images.csssr.cloud
3333
IMGPROXY_HOST: https://images.csssr.com

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Andrey Yankovsky
3+
Copyright (c) 2020 CSSSR Pte. Ltd. registered in Singapore under unique entity number 201909633C
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
## Reporting a Vulnerability
1010

11-
Please report (suspected) security vulnerabilities to security@csssr.com. Use https://github.com/qtm.gpg to encrypt your message.
11+
Please report (suspected) security vulnerabilities to security@csssr.com. Use https://github.com/qtm.gpg to encrypt your message if required.
1212
You will receive a response from us when we get to the issue. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
1313
Thank you!

0 commit comments

Comments
 (0)