Skip to content
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a86bcb0
Add .circleci/config.yml
akanchhaS Feb 25, 2021
78a80e3
Updated config.yml
akanchhaS Feb 25, 2021
947b2e6
Updated config.yml
akanchhaS Feb 25, 2021
1e7b174
Updated config.yml
akanchhaS Feb 25, 2021
01383b4
Updated config.yml
akanchhaS Feb 25, 2021
2c54c9f
Updated config.yml
akanchhaS Feb 25, 2021
efef4c3
Updated Config.yml with container scan
akanchhaS Feb 25, 2021
43d561e
Updated config.yml
akanchhaS Feb 25, 2021
0fd541e
Updated config.yml
akanchhaS Feb 25, 2021
66fcbff
Updated config.yml
akanchhaS Feb 25, 2021
dccb59d
Merge pull request #25 from akanchhaS/circleci-project-setup
akanchhaS Feb 25, 2021
7f66a29
Add .circleci/config.yml
akanchhaS Sep 13, 2021
f1ee77c
Add .circleci/config.yml
akanchhaS Sep 13, 2021
6042226
Updated config.yml
akanchhaS Sep 13, 2021
121a0fc
Updated config.yml
akanchhaS Sep 13, 2021
2da23a7
Updated config.yml
akanchhaS Sep 13, 2021
103d8af
Updated config.yml
akanchhaS Sep 13, 2021
3cbcab5
Merge branch 'snyk:master' into master
akanchhaS Sep 13, 2021
c2d60ae
Made it alpine image
akanchhaS Sep 13, 2021
40915b8
Update Dockerfile
akanchhaS Sep 13, 2021
55383d7
Updated config.yml
akanchhaS Sep 13, 2021
4a4df84
Updated config.yml
akanchhaS Sep 14, 2021
e9c9421
Updated config.yml
akanchhaS Sep 14, 2021
235a451
Updated config.yml
akanchhaS Sep 16, 2021
b26aaac
Merge pull request #140 from akanchhaS/circleci-editor/master
akanchhaS Sep 16, 2021
bd75be2
Add .circleci/config.yml
akanchhaS Sep 16, 2021
da00ff7
Add .circleci/config.yml
akanchhaS Sep 16, 2021
b07457a
Merge pull request #141 from akanchhaS/circleci-editor/master
akanchhaS Sep 16, 2021
3b01d4d
feat: upgrade mongoose from 4.2.4 to 8.4.5
snyk-bot Jul 27, 2024
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
Prev Previous commit
Next Next commit
Updated config.yml
  • Loading branch information
akanchhaS committed Feb 25, 2021
commit 43d561e2caa60165b49c1cfef00e59eac5bca9ef
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs: # a collection of steps

jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
working_directory: ~/goof
#working_directory: ~/goof
docker:
- image: circleci/buildpack-deps:stretch
environment:
Expand Down