Compare commits

...

5 Commits

Author SHA1 Message Date
Thomas Carmet 424a241311
Update .dockerignore 2023-03-17 09:27:40 -07:00
Thomas Carmet 44030d928b try ignoring test folder 2023-03-14 22:22:56 +00:00
Thomas Carmet 6f412e207d drop: test out new trivy options 2023-03-14 22:00:39 +00:00
Thomas Carmet 629c807a7b trigger workflow 2023-03-14 21:31:49 +00:00
Thomas Carmet 41cc0515d3 CLDSRV-351 setup security scan of containers 2023-03-14 21:31:49 +00:00
1 changed files with 33 additions and 0 deletions

33
.github/workflows/security.yaml vendored Normal file
View File

@ -0,0 +1,33 @@
---
name: security
on:
push:
branches:
- development/*
- stabilization/*
- hotfix/*
- '**'
workflow_dispatch: {}
release:
types:
- published
permissions:
contents: read
security-events: write
packages: write
jobs:
build:
uses: scality/workflows/.github/workflows/docker-build.yaml@1.1.1
with:
namespace: scality
name: cloudserver
trivy:
needs: build
uses: scality/workflows/.github/workflows/trivy.yaml@a48dbfffd32d7ecdb5c93f3d12f19a6e7c85da4a
with:
namespace: scality
name: cloudserver