Skip to content

Commit

Permalink
Merge pull request #243 from CSSSR/feat/COM-3415
Browse files Browse the repository at this point in the history
Feat: COM-3415
  • Loading branch information
ArtyomResh authored Apr 8, 2021
2 parents 21d3e92 + d7e3e15 commit 22dcea6
Show file tree
Hide file tree
Showing 11 changed files with 5,490 additions and 7,249 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
time: "08:00"
timezone: "Europe/Moscow"
open-pull-requests-limit: 10
target-branch: "dependabot-update"
27 changes: 27 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'CodeQL'

on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '40 3 * * 5'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: typescript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

- name: Install dependencies
working-directory: csssr_images
run: npm ci
run: yarn install --frozen-lockfile

- name: Build
working-directory: csssr_images
run: npm run build-example
run: yarn run build-example
env:
HOST: http://master.csssr-images.csssr.cloud
IMGPROXY_HOST: https://images.csssr.com
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

## Reporting a Vulnerability

Please report (suspected) security vulnerabilities to [email protected]. Use https://github.com/qtm.gpg to encrypt your message.
Please report (suspected) security vulnerabilities to [email protected]. Use https://github.com/qtm.gpg to encrypt your message if required.
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.
Thank you!
Loading

0 comments on commit 22dcea6

Please sign in to comment.