mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
feat(actions): Upload Prowler containers to registries (#1132)
* feat(actions): Upload Prowler latest to dockerhub * feat(upload-container): Action to Public Registries * feat(upload-container): Include env secrets * feat(actions): Include Docker linters * feat(linters): include pre-commit * fix(names)
This commit is contained in:
14
.github/workflows/find-secrets.yml
vendored
Normal file
14
.github/workflows/find-secrets.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: linters
|
||||
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
- TRUFFLEHOG_VERSION: v3.4.4
|
||||
|
||||
jobs:
|
||||
trufflehog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: TruffleHog OSS
|
||||
uses: trufflesecurity/trufflehog@${{ env.TRUFFLEHOG_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user