Skip to content

Commit

Permalink
Merge pull request #11 from Isaaker/Developer
Browse files Browse the repository at this point in the history
Updated blocklist, new workflows, update LICENSE, update CONTRIBUTIONS and new minor changes
  • Loading branch information
Isaaker authored Jun 8, 2024
2 parents c9e4f6f + 77fa5a0 commit 466177b
Show file tree
Hide file tree
Showing 14 changed files with 3,459 additions and 1,953 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sast-gitleaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: SAST GitLeaks
on:
workflow_dispatch:
jobs:
sast_semgrep:
permissions:
contents: read
uses: ramshackle-code/sast_gitleaks/.github/workflows/sast_gitleaks.yml@922631f04aeeee05b0d16295608f13a7616a5844 #v1.3.0
with:
fetch-depth: 0
gitleaks-config: 'cfg/gitleaks.toml'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 10 additions & 0 deletions .github/workflows/sast-semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: SAST Semgrep
on:
workflow_dispatch:
jobs:
sast_semgrep:
permissions:
contents: read
uses: ramshackle-code/sast_semgrep/.github/workflows/sast_semgrep.yml@17a2b599ce6930240aa6c2797eb121c8fe5badf4 #v1.0.2
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
42 changes: 0 additions & 42 deletions .github/workflows/semgrep.yml

This file was deleted.

37 changes: 37 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Contributing

**Always read the license and code of conduct before contributing, once the changes you have made are added to the source repository they will be licensed under the source repository license**

## Content to collaborate with

This repository is a blocklist for Spotify Ads, therefore, the following contents are acceptable as a contribution:

Accepted contents:

- Spelling corrections
- Corrections of images or videos that are not displayed correctly
- Invalid domain correction
- New list format
- Add new domains to the blocklist
- Add new domains to the whitelist

Not accepted contents:

- Comments (for SPAM prevention)
- Ads of any kind
- Self-Promoting
- Posts or articles of your own creation
- Any kind of sensitive content
- Any type of content containing personal information of any person
- Any kind of software (as this repository is oriented to a website and not to software distribution)

**If you are in doubt as to whether a piece of content is suitable to be added to this repository, please contact us through the contact section of the website**

## How to colaborate

You can colaborate in this ways:

- [Opening a Issue](https://github.com/Isaaker/Spotify-AdsList/issues/new/choose)
- [Making a Fork](https://github.com/Isaaker/Spotify-AdsList/fork) and later opening a Pull Request to the Developer branch of the origin repository

**⚠️Please, make changes only on BLACKLIST.txt (Don't put extra lines or comments in this file) or WHITELIST.txt, changes on other files are not longer conserved due to an automatic list conversion.**
99 changes: 2 additions & 97 deletions LICENSE.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 466177b

Please sign in to comment.