Skip to content

Commit

Permalink
* Changed dependancy scanner
Browse files Browse the repository at this point in the history
* Added License scanning, added contact to code_of_conduct, and add codecov to README.md
  • Loading branch information
Cyb3r-Jak3 committed Mar 27, 2020
1 parent 06467de commit c3d7959
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
13 changes: 1 addition & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ stages:
include:
- template: SAST.gitlab-ci.yml
- template: Dependency-Scanning.gitlab-ci.yml

variables:
DS_DISABLE_DIND: "true"

gemnasium-python-dependency_scanning:
stage: test
before_script:
- pip install numpy
only:
refs:
- master
- schedules
- template: License-Scanning.gitlab-ci.yml


Coverage:
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub](https://img.shields.io/github/license/Cyb3r-Jak3/pystalk?style=flat)](https://github.com/Cyb3r-Jak3/PyStalk/blob/master/LICENSE) ![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/Cyb3r-Jak3/pystalk/master?label=Build&style=flat)

[![Test Coverage](https://api.codeclimate.com/v1/badges/896b338971314c13a56e/test_coverage)](https://codeclimate.com/github/Cyb3r-Jak3/PyStalk/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/896b338971314c13a56e/maintainability)](https://codeclimate.com/github/Cyb3r-Jak3/PyStalk/maintainability)
[![CodeFactor](https://www.codefactor.io/repository/github/cyb3r-jak3/pystalk/badge)](https://www.codefactor.io/repository/github/cyb3r-jak3/pystalk)
[![CodeFactor](https://www.codefactor.io/repository/github/cyb3r-jak3/pystalk/badge)](https://www.codefactor.io/repository/github/cyb3r-jak3/pystalk) [![codecov](https://codecov.io/gl/Cyb3r-Jak3/pystalk/branch/master/graph/badge.svg)](https://codecov.io/gl/Cyb3r-Jak3/pystalk)

## About

Expand Down
7 changes: 3 additions & 4 deletions code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This Code of Conduct applies within all community spaces, and also applies when

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [INSERT CONTACT METHOD]. All complaints will be reviewed and investigated promptly and fairly.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [[email protected]](mailto: [email protected]). All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

Expand Down Expand Up @@ -74,11 +74,10 @@ Community leaders will follow these Community Impact Guidelines in determining t
## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
available [here](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html).

Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
For answers to common questions about this code of conduct, see the [FAQ](https://www.contributor-covenant.org/faq). [Translations](https://www.contributor-covenant.org/translations).

0 comments on commit c3d7959

Please sign in to comment.