https://github.com/isaaker/dangerzone_sast
GitHub Action for integrating Danger Zone as SAST
https://github.com/isaaker/dangerzone_sast
Last synced: 10 months ago
JSON representation
GitHub Action for integrating Danger Zone as SAST
- Host: GitHub
- URL: https://github.com/isaaker/dangerzone_sast
- Owner: Isaaker
- License: other
- Created: 2025-08-10T12:25:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T12:44:30.000Z (10 months ago)
- Last Synced: 2025-08-10T14:32:39.165Z (10 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Dangerzone_SAST
## Status:
[](https://github.com/Isaaker/Ghost_Simulator_ES/actions/workflows/semgrep.yml)
## About
This action allows to integrate [Dangerzone like a SAST](https://github.com/freedomofpress/dangerzone), with this you can scann common documents like:
- PDF (.pdf)
- Microsoft Word (.docx, .doc)
- Microsoft Excel (.xlsx, .xls)
- Microsoft PowerPoint (.pptx, .ppt)
- ODF Text (.odt)
- ODF Spreadsheet (.ods)
- ODF Presentation (.odp)
- ODF Graphics (.odg)
- Hancom HWP (Hangul Word Processor) (.hwp, .hwpx)
- EPUB (.epub)
- Jpeg (.jpg, .jpeg)
- GIF (.gif)
- PNG (.png)
- SVG (.svg)
- other image formats (.bmp, .pnm, .pbm, .ppm)
Depending on the selected mode, this action will show an security alert or generate a safe copy of the document.
## Installation
Here there is an example github action you can use on your own repo:
```
name: SAST Dangerzone
jobs:
sast_dangerzone:
permissions:
contents: read
uses:
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
```
## License
The code is under **Creative Commons Attribution-ShareAlike 4.0 International Public License**, view the [license here](https://spotify.piscinadeentropia.es/license)

## Contributing
To learn more about how to contribute to this repository, I recommend you read [CONTRIBUTING.md](https://spotify.piscinadeentropia.es/contributing)