Skip to content

Commit

Permalink
daily
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 25, 2024
1 parent 811865f commit 6d7ee47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ on: # yamllint disable-line rule:truthy
branches:
- "master"

permissions:
contents: "read"
permissions: {} # yamllint disable-line rule:braces

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand All @@ -23,7 +22,7 @@ jobs:
steps:
-
name: "Checkout repository"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
-
name: "Search for misspellings"
uses: "crate-ci/typos@master"
15 changes: 9 additions & 6 deletions .github/workflows/actions.yml → .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow

name: "Actions"
name: "Workflow"

on: # yamllint disable-line rule:truthy
pull_request: null
push:
branches:
- "master"
workflow_call: null

permissions:
contents: "read"
permissions: {} # yamllint disable-line rule:braces

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true

jobs:
actionlint:
name: "Actionlint"
runs-on: "ubuntu-22.04"
timeout-minutes: 1
steps:
-
uses: "actions/checkout@v3"
name: "Checkout repository"
uses: "actions/checkout@v4"
-
uses: "docker://rhysd/actionlint:1.6.25"
name: "Analyze workflow files"
uses: "docker://rhysd/actionlint:1.6.26"
with:
args: "-color -verbose -shellcheck ''"
args: "-color -verbose -shellcheck="
3 changes: 3 additions & 0 deletions security/myattackers-ipsets/ipset/datacamp.ipset
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ add datacamp 194.169.217.0/24
#add datacamp 45.130.83.0/24
# VELCOM
add datacamp 104.234.53.0/24
# BANDITO-NEWYORK
add datacamp 216.73.160.0/24

add datacamp 166.1.12.0/24
add datacamp 191.101.41.0/24

# AS137409 - Global Secure Layer
# GSL Networks
Expand Down

0 comments on commit 6d7ee47

Please sign in to comment.