Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a31ae81
Add .circleci/config.yml
mathild3r May 10, 2021
580e846
Add .circleci/config.yml
mathild3r May 10, 2021
7ea5f70
Delete CODEOWNERS
cooldev-200 Aug 1, 2022
f5523a2
Delete codeql-analysis.yml
cooldev-200 Aug 1, 2022
1f918bc
Delete snyk-code-manual.yml
cooldev-200 Aug 1, 2022
82428eb
Delete snyk-code-manual.yml
cooldev-200 Aug 1, 2022
0bf8667
Delete snyk-code-manual.yml
cooldev-200 Aug 1, 2022
3218a3a
Creating snyk.yml
cooldev-200 Aug 1, 2022
f07a7de
Updating snyk.yml
cooldev-200 Aug 1, 2022
aca7c81
Updating snyk.yml
cooldev-200 Aug 1, 2022
010c8c7
Update snyk.yml
cooldev-200 Aug 1, 2022
300db02
Update snyk.yml
cooldev-200 Aug 1, 2022
f6910e0
Uploading artifact file
actions-user Aug 1, 2022
7408140
Update snyk.yml
cooldev-200 Aug 1, 2022
1aa1ce4
Update snyk.yml
cooldev-200 Aug 1, 2022
9928898
Uploading artifact file
actions-user Aug 1, 2022
f5f9467
Update snyk.yml
cooldev-200 Aug 1, 2022
ccfe039
Uploading artifact file
actions-user Aug 1, 2022
421bca0
Update snyk.yml
cooldev-200 Aug 2, 2022
4844848
Update snyk.yml
cooldev-200 Aug 2, 2022
8e6e2c3
Uploading artifact file
actions-user Aug 2, 2022
1d12249
Update snyk.yml
cooldev-200 Aug 2, 2022
53bb5c1
Uploading artifact file
actions-user Aug 2, 2022
af30268
Delete dir test
cooldev-200 Aug 2, 2022
3b97280
Uploading artifact file
actions-user Aug 2, 2022
ac6988b
Update snyk.yml
cooldev-200 Aug 2, 2022
f2456f3
Uploading artifact file
actions-user Aug 2, 2022
1366328
Update snyk.yml
cooldev-200 Aug 2, 2022
cb27b8c
Uploading artifact file
actions-user Aug 2, 2022
9789420
Update snyk.yml
cooldev-200 Aug 2, 2022
f7c5533
Update snyk.yml
cooldev-200 Aug 2, 2022
e63a9fe
Uploading artifact file
actions-user Aug 2, 2022
06333ce
Add .circleci/config.yml
cooldev-200 Aug 8, 2022
9a2047b
Add .circleci/config.yml
cooldev-200 Aug 8, 2022
5557aea
Merge pull request #29 from snyk-marcos/circleci-project-setup
cooldev-200 Aug 8, 2022
b46e89e
Uploading artifact file
actions-user Aug 8, 2022
7168def
Delete .github/workflows directory
cooldev-200 Aug 9, 2022
f95fcec
Create test
cooldev-200 Sep 20, 2022
d8407fb
Create test123.txt
cooldev-200 Nov 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '2.1'
orbs:
snyk: snyk/snyk@1.2.3
jobs:
build:
docker:
- image: 'cimg/node:lts'
steps:
- checkout
- run: npm ci
- snyk/scan:
token-variable: SNYK_TOKEN
workflows: null
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/snyk-code-manual.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/snyk-code.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/snyk-test-sarif.yml

This file was deleted.

Loading