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 Sep 16, 2021
commit 235a45193b0fce074fcb156eee23fdb629d0c5cb
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs: # a collection of steps
build-test-monitor-docker: # runs not using Workflows must have a `build` job as entry point #directory where steps will run
#working_directory: ~/goof
docker:
- image: docker:19.03.13
- image: circleci/buildpack-deps:stretch
environment:
IMAGE_NAME: akanchhaS/goof
steps:
Expand All @@ -41,7 +41,6 @@ jobs: # a collection of steps
name: echo "Build Docker image"
command: 'docker build -t my-new-container-circleci-goof-image .'
- snyk/scan:
os: alpine
fail-on-issues: false
monitor-on-build: true
token-variable: SNYKTOKEN
Expand All @@ -50,7 +49,6 @@ jobs: # a collection of steps
severity-threshold: low
target-file: Dockerfile
docker-image-name: my-new-container-circleci-goof-image
install-alpine-dependencies: true
docker:
- image: 'snyk/snyk-cli:npm'
parameters:
Expand Down