mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-04 08:19:29 +00:00
Compare commits
3 Commits
feature/im
...
refresh_wo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd8b92df9c | ||
|
|
14f7b51160 | ||
|
|
caf476e777 |
14
.github/workflows/greetings.yml
vendored
14
.github/workflows/greetings.yml
vendored
@@ -1,14 +0,0 @@
|
|||||||
name: Greetings
|
|
||||||
|
|
||||||
on: [pull_request, issues]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
greeting:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/first-interaction@v1
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
issue-message: "Hola! @${{ github.actor }} 🥳 , You've just created an Issue!🌟 Thanks for making the Project Better"
|
|
||||||
pr-message: 'Submitted a PR already ?? @${{ github.actor }} . Sit tight until one of our amazing maintainers review it. Make sure you read the contributing guide'
|
|
||||||
|
|
||||||
21
.travis.yml
21
.travis.yml
@@ -1,21 +0,0 @@
|
|||||||
group: travis_latest
|
|
||||||
language: python
|
|
||||||
cache: pip
|
|
||||||
python:
|
|
||||||
- "3.6"
|
|
||||||
- "3.7"
|
|
||||||
- "3.8"
|
|
||||||
- "3.9"
|
|
||||||
install:
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
- pip install -r requirements-dev.txt
|
|
||||||
before_script:
|
|
||||||
- make lint-check
|
|
||||||
script:
|
|
||||||
- make test
|
|
||||||
after_success:
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
on_success: change
|
|
||||||
on_failure: always
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
[](https://travis-ci.org/aquasecurity/kube-hunter)
|
[](https://github.com/aquasecurity/kube-hunter/actions)
|
||||||
[](https://codecov.io/gh/aquasecurity/kube-hunter)
|
[](https://codecov.io/gh/aquasecurity/kube-hunter)
|
||||||
[](https://github.com/psf/black)
|
[](https://github.com/psf/black)
|
||||||
[](https://github.com/aquasecurity/kube-hunter/blob/master/LICENSE)
|
[](https://github.com/aquasecurity/kube-hunter/blob/master/LICENSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user